Hello,
I am a php newb here and I am wondering what would be the best way to accomplish the following task.
I am writing a small set of scripts to log parking permissions.
Basically I have a form that has the following fields
Start Date
Number of nights (dynamic pull down )
Vehicle
Street Location
Telephone Number
Basically, I want to take the start date, add the number of nights requested and then insert the start date, number of nights, and result (end_date) into the database.
Any ideas?? Should I do it in PHP or in MYSQL..needless to say I am quite lost..
Thanks in advance for the help. BTW I have been working on this in DW8.