In How many ways can u represent Not equal?Give Syntax of
all ways..
Answer Posted / vaneet badhan
well above given answers are alrite but :
in php its :
!=
!==
in mysql its :
<>
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is php default argument?
What is array filter in php?
What is framework in php?
What is the maximum size of a database in mysql?
What is list in PHP?
Explain me what is the use of 'print' in php?
Which database is best for php?
What is api laravel?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
Can php run on windows server?
What are the different opening and closing tags available in PHP?
What is the integer?
Which operator is used to concatenate two strings in PHP?
What is strstr php?
What is difference between post and put in rest?