Re: [PHP]Problem with Error/Mail/something...

2001-08-13 Thread Richard Lynch
> include("/home/fplg/lib/functions.php"); We'll probably need this file as well... > echo "starting page"; > if(!isset($action)) { > $action = 1; > } > echo "finished isset action if"; > > echo "starting if for submit check"; > if($submit) { > //$action = 2; > echo "inside if";

[PHP]Problem with Error/Mail/something...

2001-08-13 Thread Chris Cocuzzo
hey- I wrote this form checker/mailer for my website. I feel like I may have written it wrong, however there are a few things I wanted to ask about. I think I may be having a problem with how I'm checking if the mail was sent, or maybe something with the if statement to see if the submit button w