Ok my issue is somewhat of a pain to solve. To make it clear, the insert works fine but the now()) that im using isnt showing the time it was submitted in the db. All its adding is 0000-00-00 00:00:00 but when its updated it works correctly (ex. 2006-09-15 01:14:29). So my question is how can I modify my insert code to work correctly with now()). It took me long enough to make insert work to begin with since it was barking at T_String, T_integer and so on. So heres the code for update and insert.
So to make it clear, im looking to make NOW()) work correctly in the insert code.
$info["client"] ."','now()')") or die(mysql_error());;
}
(mysql_affected_rows() != -1) or die ("ERROR: ". mysql_error());
?>