I have a form where when the user clicks submit, I need a php file to be ran. below is the form and the php file.
A couple of things:
Code:
if($_SERVER['REQUEST_METHOD'] == 'POST') { }