what is output of echo 1< 2 and echo 1 >2
Answer Posted / sanjaytiwari345
echo 1<2 output is 1 and echo 1>2 is no output
| Is This Answer Correct ? | 39 Yes | 3 No |
Post New Answer View All Answers
What is php sequence?
How to get the IP address of the client/user in PHP?
What is rest api in php?
What is difference between single quotes and double quotes in php?
Write down the code for save an uploaded file using php?
What are the methods to submit form in php?
Does php have future?
Tell me what is the use of "ksort" in php?
What is lamp in php?
Which library is used in php to do various types of image work?
Can we override static method in php?
What is mysql_fetch_object?
What are the 5 types of variables?
What is member variable?
What is difference between python and php?