what is output of echo 1< 2 and echo 1 >2
Answer Posted / imteyazhaider
output of echo 1<2 will be 1
output of echo 1>2 will be nothing
| Is This Answer Correct ? | 32 Yes | 2 No |
Post New Answer View All Answers
Write a query to find the 2nd highest salary of an employee from the employee table?
How can we pass the variable through the navigation between the pages?
Explain difference between urlencode and urldecode?
What are the main error types in php and how do they differ?
What is use of preg_replace in php?
What is PHP? Who is the father or inventor of PHP?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
Why print_r is used in php?
What is slim framework?
What is the use of htmlentities in php?
How to create database connection and query in php?
Tell me what does the scope of variables means?
How is it possible to remove escape characters from a string?
What is php and how do you use it?
How many keywords are there in php?