Hello everyone! I’m new to PHP so need some pointers! I’m working on a system for our school.
#1 Register - A form where you enter your student number and full name along with a simple captcha. Students number and full name go into database.
#2 Points - Upon reaching this page you would enter your student number into a form (if you’re registered) hit submit and it’d tell you how many points you have.
I have a mySQL database to hold all this information. Where do I get started?