Super Quick Help Needed - 25np$
I am working on a project, and didn't realize how rusty my PHP skills were. I have:
This comes after all of my variables defined. I need $name and $email to be required, and for the form not to process if they are omitted. I have been working at this for a long time, but I keep either getting errors, or it just won't work. So I need an if statement to make sure that the name and email are valid, and then to put the mail function as part of an else statement. Whoever gives me the code that works first will get 25NP$.
Thanks,
David
I am working on a project, and didn't realize how rusty my PHP skills were. I have:
Code:
mail("[email protected]", $subject, $message, $from);
Thanks,
David









