Good day all:
I have a mysql insert statement inserting data to db. The value of one of the variables is:
' $_POST[servicedesc]')
I want to be able to append the current date and time in front of this value and then insert into the db. This value will be inserted into a text field so I would like to have the date and time on a line different than the value.
Any thoughts on this!
Mossa