Hi,
can anyone give me some pointers??
I have a form to input purchase order details and need to work out the intended delivery date based on the date the purchase order was created (NOW() function used) and the number of days selected from an option list on the form.
The date needs to be worked out and automatically pasted into the appropriate database field in a mysql database.
So far ive looked at the DATEADD fuction but this seems to want a number aas the second parameter rather than me being able to identify the from field.
Help!!
can anyone give me some pointers??
I have a form to input purchase order details and need to work out the intended delivery date based on the date the purchase order was created (NOW() function used) and the number of days selected from an option list on the form.
The date needs to be worked out and automatically pasted into the appropriate database field in a mysql database.
So far ive looked at the DATEADD fuction but this seems to want a number aas the second parameter rather than me being able to identify the from field.
Help!!