Reservations
ilelogique
Posted messages
5
Status
Membre
-
ilelogique -
ilelogique -
Hello,
I'm looking to upload a simple reservation table for a theater festival (14 performances) so that every user who visits the page can:
1) provide their name
2) provide their email
3) fill out a simple table with one line for each proposed performance, indicating the number of tickets they are reserving (the table starts with zero by default) (and see the total cost based on the number of tickets multiplied by the ticket price)
4) have a summary table that fills up progressively and that I can output and print on the day of the festival (names and emails of the people, number of tickets reserved by each, amount due, and totals...)
I can't find anything better than creating an Excel file that people would download, fill out, and send back to me! But it's a bit cumbersome for the user and it requires handling for each individual...
So there you go,
if you have any ideas...
Thank you!
Configuration: Linux / Firefox 3.6.17
I'm looking to upload a simple reservation table for a theater festival (14 performances) so that every user who visits the page can:
1) provide their name
2) provide their email
3) fill out a simple table with one line for each proposed performance, indicating the number of tickets they are reserving (the table starts with zero by default) (and see the total cost based on the number of tickets multiplied by the ticket price)
4) have a summary table that fills up progressively and that I can output and print on the day of the festival (names and emails of the people, number of tickets reserved by each, amount due, and totals...)
I can't find anything better than creating an Excel file that people would download, fill out, and send back to me! But it's a bit cumbersome for the user and it requires handling for each individual...
So there you go,
if you have any ideas...
Thank you!
Configuration: Linux / Firefox 3.6.17
4 réponses
Well, it's not feasible basically, because we don't have the means and I don't have the time to learn a new language???
But such a dynamic table doesn't exist???
Is it time-consuming to create it, in your opinion?
Who can do that?
MySQL and PHP are Chinese to me.
Is it time-consuming to create it, in your opinion?
Who can do that?
MySQL and PHP are Chinese to me.
The PHP language was designed to create "live" sites (we're talking about dynamic sites).
There may be PHP scripts that resemble your request, but they will need to be adapted, so knowledge of PHP and MySQL is necessary.
In any case, you need to create a members area and a back office (administration) for modifications, creations, and deletions.
A programmer, a freelancer, or a web agency can do this work for a fee.
The length depends on the programmer.
There may be PHP scripts that resemble your request, but they will need to be adapted, so knowledge of PHP and MySQL is necessary.
In any case, you need to create a members area and a back office (administration) for modifications, creations, and deletions.
A programmer, a freelancer, or a web agency can do this work for a fee.
The length depends on the programmer.