Hi,
I have a form that I need to display a date from a mysql server. How do I make it that a date is pulled out shown on the form and make that the date is changeable and then when its changed, update the original date in the database. At the moment I can pull out a date, show it on a form (in a text box) but when the value is changed in the text box there is an error when It is submitted.
So how do I make a date changeable on the form and able to be put back in the mysql database?
Thanks in advance,
Lokie538
I have a form that I need to display a date from a mysql server. How do I make it that a date is pulled out shown on the form and make that the date is changeable and then when its changed, update the original date in the database. At the moment I can pull out a date, show it on a form (in a text box) but when the value is changed in the text box there is an error when It is submitted.
So how do I make a date changeable on the form and able to be put back in the mysql database?
Thanks in advance,
Lokie538
Comment