+ 5
What is the difference between != and<> operators even though they represent Not equal?
3 Answers
+ 5
Yeah now I understand that they represent the same but their use at places is different.
+ 1
There is an answer for your question:
http://stackoverflow.com/questions/4294579/difference-between-not-equal-operators-and-in-php
0
Well no because > will be anything less than x whereas != would be anything but x