Registration Page submit to update a table
-
I would like to run a mysql query insert when someone presses the “Register” button on the Registration page. Basically add:
if (isset($_POST[‘Insert’]))
code to insert data into a table. I have it working already, but I have to click the button, I want it to automatically do it when a member registers.The page I need help with: [log in to see the link]
- The topic ‘Registration Page submit to update a table’ is closed to new replies.