In How many ways can u represent Not equal?Give Syntax of
all ways..
Answers were Sorted based on User's Feedback
well above given answers are alrite but :
in php its :
!=
!==
in mysql its :
<>
| Is This Answer Correct ? | 5 Yes | 2 No |
Explain a resource?
what is php stands for?
23 Answers Infosys, Satyam, Torque Infotech,
What function should you use to join array elements with a glue string?
What should we do to be able to export data into an excel file?
What is binary safe string?
What are the differences between PHP 3 and PHP 4 and PHP 5?
What is php namespace?
how to make website package setup like desktop software setup ... that front end and backend can include in setup like single package...?
when we submit any string in single inverted comma('abc') with get or post method,we will get exact string with single inverted comma('abc')by using $_REQUEST[]. But it is giving (\'abc\'). so anybody please help me to remove that slash,therefore i will get exact string...
Why use static methods php?
What is the difference between client-side and server-side programming?
How to get number of days between two given dates using PHP?