Hopefully one of you geniuses can help me on this. I have a php file to process input from an html form and send it to an email address...that's simple enough and works fine. BUT I wouldl like the subject to change according to the submitter's response to a question in the form. Basically something like: If the submitter chooses "yes" then the subject would read: Newsletter If the submitter chooses "no" then the subject would read: Request for Info I know it's probably some simple PHP if/else/if thing, but I'm no PHP wiz. Any help is greatly appreciated!