How can this be valid PHP code? And what can be done to avoid it?

Posted by Unknown on Tuesday, May 27, 2014

if (isset($_POST['myVar'])); { echo $_POST['myVar']; } ... How can this be valid PHP code?" It's not, well not for this. You're assigning instead of comparing ...

more

{ 0 comments... » How can this be valid PHP code? And what can be done to avoid it? read them below or add one }

Post a Comment

Popular Posts