What is the Diff. Between echo() and Print() in PHP?
Answer Posted / suresh.chaluvadi
when u use print(),a value of 1 or 0 will be returned upon
success or failure of the the print command.where as echo()
just does what its told without letting u know whether or
not it worked properly.
| Is This Answer Correct ? | 126 Yes | 13 No |
Post New Answer View All Answers
How to set session.gc_divisor properly?
How do I check environment variables?
What is the difference between apache vs niginx?
What is cakephp framework?
What is artisan in php?
How do you pass a variable by value in php?
What is the difference between unset and unlink?
What are the different data types in javascript?
Define soundex()?
What are the functions for imap?
Tell me how can we define a variable accessible in functions of a php script?
How can we increase execution time of a php script?
What is a namespace in php?
What is the use of token in php?
What is htaccess? Why do we use this and where?