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? Quote 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. Quote 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 != Quote 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! Quote 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 ...? Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.