Jump to content

Syntax issue


Shadowing

Recommended Posts

I cant figure out what is wrong with this hopefully someone can help me out would appreciate it

 

if($_POST['resendemail']) != $send1['mail'] {
			echo "This email doesnt exist.";

 

Parse error: syntax error, unexpected T_IS_NOT_EQUAL in C:\Software\XAMPP\xampp\htdocs\stargate\login.php on line 78

 

if I delete the ! then it says something is wrong with =

 

am I missing something?

 

if I do this it stops the error but doesnt look right to me

if($_POST['resendemail'] != $send1['mail']) {

Link to comment
https://forums.phpfreaks.com/topic/252891-syntax-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.