need assist in creating a form such as this
The first question Relating to is…
Are you using PHP (or a few server-side scripting) plus a database (like MySQL)
to receive the data it requires for your mode Those forms will be dynamically generated
by just a script… where the drop-down provides are information from the database.
The calendar part could be a JQuery date-picker (javascripting).
To process the shape, requires PHP… in addition to I asked… any database
certainly database
So, I would say that this form has not one but two parts that need the database.
You should decide how to generate your " From" drop-down titles,
and also the " To" drop-down titles. Are you about to " hard-code" all of
that locations into these select boxes, or will you use your
database to merely show the destinations that service provides
Another boxes are " open-ended". Anyone puts the info into those.
A JQuery date-picker lets them pick a date. I prefer to use this one particular:
http: //jqueryui. com/demos/datepicker/
Your own first post mentioned you needed " help" with the form. How high of the
form perhaps you have currently done We’d say that you create the shape how
you desire, and hard-code " from" in addition to " to" destinations to begin with.
Once the form is how we want, replace the hard-coded < select> boxes
with PHP scripting this uses the database to create those. Add the
JQuery (javascripting) for any date-pickers, and demonstrate us your done form.
The form needs to be done before that PHP processing script.
And since you have a MySQL database, POST assume you’ve already done a lot
connected with scripting… and you’re already using that database for other things.