What is the Diff. Between echo() and Print() in PHP?
Answer Posted / hyma
print And echo()both are same.print is a statement.echo is
a method.
| Is This Answer Correct ? | 10 Yes | 43 No |
Post New Answer View All Answers
Why laravel is best php framework?
Is php a middleware?
How arrays are used in php?
What is a php object?
What is the function mysql_pconnect() usefull for?
Is php easier than javascript?
Which cryptographic functions in php returns the longest hash value?
Tell me what is the difference between exception::getmessage and exception::getline?
What type of language is php?
How to read the entire file into a single string?
What is framework? How it works? What is advantage?
How to register a variable in PHP session?
armstrong number by using php while number is given by the keyboard.?
Can a trait extend a class php?
What is the use of imagetypes() method?