[PHP] Re: if/else mail() problem..

2002-08-25 Thread Tony Harrison
You need to give us the HTML for the form so we can comprehend the context of it all Eriol [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I've got the following bit of code for an upload/feedback form.. Upload isn't a required field, but name, email and message

[PHP] Re: if/else mail() problem..

2002-08-25 Thread eriol
Sorry, I didn't figure it was needed, but here is the html info as requested.. Thanks.. form action=? echo $_SERVER['PHP_SELF'] ? method=post enctype=multipart/form-data name=contact onsubmit=return verifyaddy() table border=0 cellpadding=0 cellspacing=0 align=center tr td align=left

[PHP] Re: if/else mail() problem..

2002-08-25 Thread eriol
I got this figured out already.. I was having a brain fart and just needed to move the IF statement with the mail() function further down past a few ELSE statements.. Thanks anyway.. Take care.. peace.. eriol Eriol [EMAIL PROTECTED] disgorged: : I've got the following bit of code for an