I am a newbie to programming and know very little about php format. I can not get the php mail to function properly. Any help would be greatly appreciated..
[code=php]
<form action="<?=$PHP _SELF?>" method="post">
<input type=submit value="Send Inquiry" name=Submit> <? } else {mail("abc@some bodyhelp.com"," Inquiry from www.somebodyhel p.com","$Messag e","From: $NAME <$EMAIL>
<input type=reset value=Reset name="reset">
[/code]
I believe this is this the problem script.
[code=php]
<form action="<?=$PHP _SELF?>" method="post">
<input type=submit value="Send Inquiry" name=Submit> <? } else {mail("abc@some bodyhelp.com"," Inquiry from www.somebodyhel p.com","$Messag e","From: $NAME <$EMAIL>
<input type=reset value=Reset name="reset">
[/code]
I believe this is this the problem script.
Comment