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
How to get ip address of clients machine?
How does html form submit work?
What is the best php framework 2018?
How do I use isdigit function?
How do you clear environment variables?
What would occur if a fatal error was thrown in your php program?
What is meant by public, private, protected, static and final scopes?
What is php regular expression?
How is a constant defined in a PHP script?
in PHP for pdf which library used?
Can I run php without xampp?
What are headers in php?
What are majic methords in php?
Do you know what does $globals means?
What is difference between include and include_once in php?