What is the difference between echo and print statement?
Answer Posted / ashu_deepu
i want to add one more thing to what roshan have said.
echo does not return anything.
but print return either true or false.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How many data types are there in php?
How to redirect a url from http to https in .htaccess?
Tell me will a comparison of an integer 12 and a string "13" work in php?
How can we encrypt the password using php?
Tell me how to get the value of current session id?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.
Do you have to initialize variables in php?
What are the rules in creating php variable?
What are helpers in php?
Why we use get in php?
What is the purpose of the php empty function?
Tell me how is it possible to parse a configuration file?
How can you upload a file using php?
Is php a case sensitive language?
What is uniqid php?