I'm having some problems, which probably would be simple enough to solve if I wasn't such a n00b.
Basically, I have figured out how to create a membership system using PHP and MySQL, I only have and need one database table, the "User" table.
But here's what I want to do, but have no idea where to start...
On one of the pages on my website, I want to have a roster table containing 10 slots to be filled by current members of my database/site.
In each "Empty Slot" I want to have clickable text saying something like "Click here to Enroll", which - when clicked, the slot will be filled with that members name.
And also, I would like to have a "Remove" button, so that is a member fills the slot and wishes to be removed from it again, they can click a button and it will remove their name from the roster.
Sounds like a simple enough concept eh?
Well, me being new to PHP and MySQL, I need soeme help.
I understand that 96% of people here won't want to go into detail about it for me, but could somebody at least point me to a tutorial or something that explains the basics of doing this?
Any help would be very much appreciated.
Thank you for your patience and time taken to read my query.