I need some way to let people register on the Internet for the seminars and other events that this outreach and advocacy organization will put on. I simply won't have time to do that manually, especially during the legislative session. I've looked for commercial packages but the few that are available won't work on the website I'm setting up for TCF.
So from a conceptual viewpoint, am I on the right track? It seems to me that after setting up the mySQL5 database, I need to:
- Step one - Take input from the registration form and append it to the appropriate table;
Step two - Increase the number of people registered by one each time the action in step one occurs and echo to the number of available slots to the web page;
Step three - Echo a confirmation for the person to print;
Step four - Reject input when the event is full and echo a notice that the class is full.
Now I know you programmers are trying catch your breath from laughing at my novice description, but when you compose yourselves, let me know if I'm even on the right track. Also, is it possible to import an Access database and/or forms, queries, etc. into mySQL5? If so, I could use Access that is much more user friendly, then move it to mySQL5.
Let me say I really appreciate the offers I've received from a number of you folks to do some free programming. I just don't like doing that when you make a living that way.
Thanks for your input,
Chas.