Greetings all,
I'm a near total newbie trying to learn PHP and MySQL. The script I'm working on needs to:
- Accept input from an external form.
- Submit the input into a MySQL DB.
- Redirect the user back to the page with the form on it.
I'm at a loss as to where to get started. I've got the form in place (I've used them plenty before) but I'm not sure how to get PHP to collect the variables or how to Insert them into the MySQL.
If anyone could offer tips or direct me to a tutorial that would help I'd appreciate it.