andreea120 Posted December 18, 2014 Share Posted December 18, 2014 hi everyone i keep seeing the following Comparison Operators: <> i see it used in the following context: if ($connection <> 'SSL') { $connection = 'NONSSL'; } be grateful if somone would tell me what it means, i looked online but could not find the symbol thanks Quote Link to comment Share on other sites More sharing options...
Barand Posted December 18, 2014 Share Posted December 18, 2014 did you try the PHP manual? http://php.net/manual/en/language.operators.comparison.php Quote Link to comment Share on other sites More sharing options...
andreea120 Posted December 18, 2014 Author Share Posted December 18, 2014 hi Barand thanks very much. i did not check that page. its now clear to me. warm regards Andreea Quote Link to comment 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.