Sooo... I am looking for advice on how to get a form up and running (with database) that will achieve the following:
--- All player information would be filled out in a form and sumbitted to a local database.
--- The database needs to be sortable and able to be manipulated (like edit a player's name after they submitted the form) like an excel document.
--- Once the player has submitted the form and it has been processed, they will recieve a reciept containing what they submitted with an registration number via email.
Programming Language doesn't really matter. It doesn't need to be PHP/MySQL, but it does have to be secure. It could be a script that just adds a line of data to an online excel file.
I have already tried phpFormGenerator, and it is close but not quite what I am looking for
The main problem with this script is that the database can not be manipulated or sorted. It doesn't include the email/reciept feature either, which I guess I don't really need.
If there are no free or cheap scripts that do all or most of the tasks above, please recommend scripts that I could 'combine' or do in separate steps to acomplish my goal. Or sites that would help me code my own script.
thank you
edit: by the way, there will be NO online payment or anything like that. It will just be player information. but that is why I need a email/reciept and a registration number so we can check the player off after he/she has payed.