Hi,
This may help others too here if i succeed.
I created a web form (mysql database) by phprunner v6.0. all went well. form is showing mysql data, can submit, edit add delete data. now there is a programming part which is need to be done and because of lack of php mysql programming knowledge (that why phprunner type program exist for people like me) I don,t know how to do it.
The form is all typical air booking form for flights between 4 cities only.
First part:-
How to control = number of seats for each flight (first, business, economy) so that if e.g economy seats are full, on form submission will get a msgs that no economy seats available. These number of seats will be put manually each time by the admin in mysql database for the particular flight which will be shown on the form page (fetch data) on selecting particular flight and date of the flight from the list.
I have no idea how to do this. all i can do is to create add edit delete mysql table but don't know the mysql database programming like linking different fields together which is necessary for my above request.
If any one knows phprunner very well and php programming will know this program creates the forms and backend to access the database for edit add delete etc. otherwise for php programmer, I will give him all the files i am using for my created form so that he understand better. This software created all files in .php extension with all the required folders (images, js etc) then all we do is to upload them on the web server. databse settings are inside this softwarew
anybody with gud idea of php airbooking form with mysql data?