Submitting a form. Using php to store information in a database [closed]
I'm quite new to PHP and have an assignment where I have to make a html form, which is fine. I'm required to have the data submitted to a database and stored in a table. This table should allow the user to view edit and delete entries in the table. I'm not asking for any code or for somebody to do this for me or anything like that, I want to learn the language myself. I would appreciate it greatly if somebody could just outline the steps required? At the moment I have a simple html form, which is linked to a php document called process.php that echos the inputted values to the screen. I'm