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 csrf validation?
Will php die?
What is html used for?
How will you calculate days between two dates in PHP?
What does $_env mean?
What is the difference between md5(), crc32() and sha1() crypto on php?
Is it more secure to use cookies to trfer session ids?
Is time a dependent variable?
What is the function of mysql_real_escape_string in php?
How can we upload a file in php?
Explain me what is the goto statement useful for?
Explain how we can retrieve the data in the result set of mysql using php?
Is variable name casesensitive in php?
Explain me the difference between include and require?
Explain what is meant by pear in php?