Click here to Skip to main content
15,888,590 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi all,. i`m aldi
i have some questions

1. how to display list of tickets by search
2. how to book the ticket (how to relate between web page and tickets databases)

there is any ebook that useful?

im sorry for my bad english :)
Posted

1 solution

From your question, i am assuming you are new to web development. If i understand your questions well i will say

1. how to display list of tickets by search
Depending on your database model you can query available tickets and show them in a list on the web page or use any method or api that might be able to return a list of available tickets to you.

2. how to book the ticket (how to relate between web page and tickets databases)
After the user inputs the needed details for booking a ticket, you process the data( maybe validate it and input into the database and generate a ticket which will be display in a webpage)

If you have started something, i would be glad to help you
 
Share this answer
 
Comments
Joezer BH 10-Nov-13 5:11am    
5ed!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900