squiggerz Posted November 6, 2008 Share Posted November 6, 2008 Simple 'if' statement: if(@form_vars($_POST['action']) <> 'something' What does that <> operator mean? Is that literally less than or greater than? Link to comment https://forums.phpfreaks.com/topic/131655-solved-what-does-this-mean/ Share on other sites More sharing options...
.josh Posted November 6, 2008 Share Posted November 6, 2008 That line of code makes no sense. It is not syntactically correct in any way. Link to comment https://forums.phpfreaks.com/topic/131655-solved-what-does-this-mean/#findComment-683814 Share on other sites More sharing options...
bobbinsbro Posted November 6, 2008 Share Posted November 6, 2008 <> is the same as != Link to comment https://forums.phpfreaks.com/topic/131655-solved-what-does-this-mean/#findComment-683815 Share on other sites More sharing options...
squiggerz Posted November 6, 2008 Author Share Posted November 6, 2008 <> is the same as != excellent, thanks! Link to comment https://forums.phpfreaks.com/topic/131655-solved-what-does-this-mean/#findComment-683816 Share on other sites More sharing options...
.josh Posted November 6, 2008 Share Posted November 6, 2008 That line of code makes no sense. It is not syntactically correct in any way. Okay your edited version makes more sense now. I saw the b tags in there and was like ...? Link to comment https://forums.phpfreaks.com/topic/131655-solved-what-does-this-mean/#findComment-683821 Share on other sites More sharing options...
squiggerz Posted November 6, 2008 Author Share Posted November 6, 2008 Yeah, I was trying to bold that part, but apparently you can't do that within the[]code tags or something. No worries. Link to comment https://forums.phpfreaks.com/topic/131655-solved-what-does-this-mean/#findComment-683834 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.