what is output of echo 1< 2 and echo 1 >2
Answer Posted / ajish mathew
1<2 = 1
1>2 = nothing
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Difference between get and post method.
What is the difference between characters 34 and x34?
How can we submit form without a submit button?
What are the benefits of composer?
How do sessions work in php?
Is laravel an oop?
What is difference between strstr() and stristr() in PHP?
What does session start do in php?
How do you destroy a session?
How do I install php and apache on windows 10?
What is $_ get in php?
What is php explain how php works?
What are the differences between GET and POST methods in form submitting?
How come the code works, but doesn’t for two-dimensional array of mine?
Why is facebook still using php?