How can I execute a php function for a form submission?
I want to have a php file that executes the function instead of submitting to a separate file. I know I can name it: function sibmitForm() { .... code below ... } But that doesn't help me execute the function.…