Simple Php Registration Form 2
I need this registration php form:
http://eurofest.mx/eurobus2.html
The data will be inserted in a mysql database (one column for each field)
The columns will have spanish names and will be:
Nombre (Name)
Telefono (Phone)
Movil
E-Mail
Referencia (Reference Number)
Fecha_Pago (Date of payment)
Personas (Number of passengers)
Salida (Departure)
Regreso (Return)
When the user press the button “Make my reservation” he will see all the data and then press a confirm button.
For all the registrations one mail will be sent to the user with copy to the webmaster.
This form needs to be made immediately.