I'm having problems posting the selected date from the datepicker. I want to add it into my form so people can simply select a date and it will insert it with the form into the mysql database.
It works fine sometimes... but when other people use it or I try on random machines it will just post "0000-00-00" as the date.
Here is how I'm doing it: (I've trimmed alot of unimportant info from it)
html4strict Code:
<?PHP mysql_connect("localhost", "xxx", "xxx") or die(mysql_error()); mysql_select_db("xxx") or die(mysql_error());