Mythic Fr0st Posted December 2, 2006 Share Posted December 2, 2006 Ok, I've setup my signup page nicely :), now after I click it, it links to the next page, being the "Mail your activation code & details to your e-mail"now I keep getting Parse error: parse error, expecting `'('' in c:\program files\easyphp1-8\www\test\youhavebeene-mailed.php on line 14This is the code[code]<head><style type="text/css">body {background-image:url('SilverBG.jpg')}</style></head><body><?phpif $_POSTED['pw1']==$_POSTED['pw2']{}?></body></html>[/code]Note, I'm slowly re-adding things to detail with prob 1 by 1 Link to comment https://forums.phpfreaks.com/topic/29177-erm-mail-function-not-working-not-sure-why-help/ Share on other sites More sharing options...
kickassamd Posted December 2, 2006 Share Posted December 2, 2006 [code]<head><style type="text/css">body {background-image:url('SilverBG.jpg')}</style></head><body><?phpif ($_POST['pw1'] == $_POST['pw2']){}?></body></html>[/code]You missed the () around the IF statement, and its $_POST not $_POSTED. Id recommend using an IDE like Zend Developer to limit errors and detect errors. Link to comment https://forums.phpfreaks.com/topic/29177-erm-mail-function-not-working-not-sure-why-help/#findComment-133777 Share on other sites More sharing options...
Mythic Fr0st Posted December 2, 2006 Author Share Posted December 2, 2006 thanks, i'll look into it if I continue you have bad errors O_O Link to comment https://forums.phpfreaks.com/topic/29177-erm-mail-function-not-working-not-sure-why-help/#findComment-133780 Share on other sites More sharing options...
kickassamd Posted December 2, 2006 Share Posted December 2, 2006 [quote author=Mythic Fr0st link=topic=117058.msg477352#msg477352 date=1165022238]thanks, i'll look into it if I continue you have bad errors O_O[/quote]I have errors??? Link to comment https://forums.phpfreaks.com/topic/29177-erm-mail-function-not-working-not-sure-why-help/#findComment-133781 Share on other sites More sharing options...
Mythic Fr0st Posted December 2, 2006 Author Share Posted December 2, 2006 OH sorry, If I continue to have errors* not you lolz!!!!!!1 Link to comment https://forums.phpfreaks.com/topic/29177-erm-mail-function-not-working-not-sure-why-help/#findComment-133787 Share on other sites More sharing options...
kickassamd Posted December 2, 2006 Share Posted December 2, 2006 For quicker help message me on AOL : circuit256 or yahoo: KickassAMD Link to comment https://forums.phpfreaks.com/topic/29177-erm-mail-function-not-working-not-sure-why-help/#findComment-133789 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.