What is the Diff. Between echo() and Print() in PHP?
Answer Posted / nidz
echo and print both are not functions but a
construct...print can be used as function ...Can anybody
tell me what is construct ?
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What does echo mean in php?
How can we make a constant in php?
What is filter_var?
What is php limit?
Why do we show php code in browser?
Is strcmp case sensitive?
What is mysql_real_escape_string used for?
Tell me how is it possible to remove escape characters from a string?
How to split a string into array using php?
How to get a random value from a php array?
What is the function mysql_pconnect() usefull for?
Explain php split() function.
Why are sessions used?
What are different types of errors available in Php?
How do I check if a given variable is empty?