What is the difference between echo and print statement?
Answer Posted / anz
Both are language constructs, print returns a value.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
How do I end a php session?
How to concatenate two strings together in php?
What is the default time in seconds for which session data is considered valid?
How can we set and destroy the cookie in php?
How do you debug php?
What is php variable?
What distinguishes php from something like client side java script?
What does pear stand for?
What does $_cookie means?
How to create an array from php string?
How can we check the value of a given variable is alphanumeric?
What is the $_ server php_self variable?
What is the difference between htmlentities and htmlspecialchars in php?
What is the method to register a variable into a session?
Tell me what are the different types of errors in php?