[Ask] Seat reservation system

lombokwebmaster

New Member
Helo,

I'd like to create an online seat reservation for my transportation service.
For instance, you can see the example gilibookings.com at 'Book your fast boat' section.
No need to issue the ticket automatically. I'd like to manually issue the ticket.

Basically I just need the step by step reservation as on the example.

What should I do? Can I get some semi-final script? Or is there any good book about this?

Any help would be appreciated.

-zia-
 
Php is what you need my friend. You will basically create an array in your php script : name, no. of seats to be reserved, etc.
 

lombokwebmaster

New Member
Php is what you need my friend. You will basically create an array in your php script : name, no. of seats to be reserved, etc.

Yeah, that's what I am thinking, my friend. It's about PHP for the system, and Javascript for the smooth interface. But I don't wanna create it from scratch. Need to save much times and sell the product immediately.
Probably I could get a semi-final script or something else.
 
Top