In How many ways can u represent Not equal?Give Syntax of
all ways..
Answer Posted / karu
3 ways
!=
<>
!==
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How to get the value of current session id?
Do I need to install php after xampp?
What is cookie in php with example?
What is php7?
How do I run a php file?
What is use of echo in php?
Can you give example for trait in php?
What is an associative array?
What is the use of namespace in php?
What are the three parts of an http request?
How to remove leading and trailing spaces from user input values?
Why do we use namespace in php?
What is the differences between $a != $B and $a !== $B?
When is a conditional statement ended with an endif?
Write a program in php to find the occurrence of a word in a string?