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 Link to comment https://forums.phpfreaks.com/topic/293161-not-sure-what-this-comparison-operators-means/ 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 Link to comment https://forums.phpfreaks.com/topic/293161-not-sure-what-this-comparison-operators-means/#findComment-1499966 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 Link to comment https://forums.phpfreaks.com/topic/293161-not-sure-what-this-comparison-operators-means/#findComment-1499969 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.