what is output of echo 1< 2 and echo 1 >2
Answer Posted / ravindra nath verma
echo 1< 2; output is 1
echo 1 >2; output is nothing
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How can we submit form without a submit button?
What websites use php?
What is the use of imagetypes() method?
What does a delimiter do in mysql?
What is final keyword in php?
Which php framework is best for security?
What is use of mysqli_query in php?
How to read and display a HTML source from the website url?
What is the difference between print() and echo() in PHP?
How do I escape in php?
What is difference between rest and http?
Write a program in php to reverse a number?
What is the use of session and cookies in php?
How to call a php function from another php file?
What is difference between isset and empty in php?