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
How to enable cURL in PHP?
What are the functions used in php?
What are majic methords in php?
How does html form submit work?
What is $_ files in php?
How to check if a string contains a character or word in php?
What is the use of $_request variable?
What is the default time of cookie in php?
Explain difference between urlencode and urldecode?
Explain do you use composer? If yes, what benefits have you found in it?
What is php ci?
Is php outdated 2019?
How to track no of user logged in?
How can I embed a java program in php file and what changes have to be done in php.ini file?
How to get the value of current session id?