Hi all,
I'm new at PHP and wanted to try a simple script, but don't know how to get started. So, does anyone know of a PHP script which does the following (so I can get an idea of what to do):
- I'm on a coed softball team and I'd like to put up a page with everyone's name on it. Next to their name I'd like a pulldown menu that they can select whether or not they'll be at the current week's game.
Ideally the pulldown menu would start by saying "Has not responded," but when teammates get to the page they can select "Can play" or "Can't play." I imagine I could use a flat file (instead of MySQL, since I'm new to that as well) and won't need IP checking or anything like that since this isn't a heavy-duty, security necessary script.
Thanks in advance,
BD