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 do I escape data before storing it into the database?
Why constructor is not overridden?
What is preg_match?
What is the difference between $argv and $argc? Give example?
Is php an api?
Why php is also called as scripting language?
Where can I find php ini file?
Tell me is it possible to remove the html tags from data?
Who is the father or inventor of php?
What is php namespace?
How do http requests work?
What is session and why do we use it?
Tell me what sized websites have you worked on in the past?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
Can we extend final class in php?