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
Is php a framework?
Code to open file download dialog in PHP?
How can MYSQL functions be available with PHP?
How do I run a php file?
What is the use of mysql_real_escape_string() function?
How to remove values saved in the current session?
What is prepared statement in php?
What do you mean range() in php?
Differentiate echo vs. Print statement.
What is cookie and why do we use it?
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What is the use of namespace in php?
Can we embedded directly PHP code into XHTML document? State Whether True or False?
What type of errors can be occurred in php?