Forum Moderators: coopster
Forgive me if I have got some of my terminology mixed up there - go easy on me, I'm a total beginner. I'm trying to build a simple page which will allow you to go to a site, register what time you're interested in attending a 'meeting' (in this case a game of tennis), and then leave. Ideally the final product would allow you to logon and only you could add your own name to whichever time you like, but i'm trying to get a concept working before all that.
I've uploaded a dummy example to - where you can see two boxes, for a 6pm 'meet' or 'game' and 7pm 'meet'. You look for your name on the list and click the >> to register your preference, and submit.
But thats all it does. It doesn't save the data to anything in the back-end so it's completely live and not stored.
So I'm using xhtml and css to present the page, a little javascript to work the buttons and lists and PHP to render it all and do the server stuff. Most of this code is sourced from tutorials so I'm still learning what most of it actually is doing.....
So I have a mySQL installation and i've done some bits at the CLI to enable me to build a db, create fields and what have you. But now I'm stuck at taking my front end and using the DB to fill up the list of people and store when people have assigned themselves to a table.
I'm thinking i'd have a table for 5pm, 6pm, 7pm etc and an "Undecided" table, which is where all the names are defaulted to. When someone logs on, the PHP shifts a name from the undecided table to one of the time tables and keeps it there until further notice.
I'm essentially in a rut and looking for some tips....!?
[edited by: jatar_k at 2:42 pm (utc) on Nov. 13, 2008]
[edit reason] no urls thanks [/edit]