What is the Diff. Between echo() and Print() in PHP?
Answer Posted / muhammad ali kazi
Echo() and Print() Outputs string Echo() is statement and
Print() is functions.
| Is This Answer Correct ? | 22 Yes | 16 No |
Post New Answer View All Answers
What are constructor and destructor in PHP?
What is inheritance in php with example?
What is php written in?
Explain about the data types in PHP?
What are the difference between overloading and overriding in oops?
What is static variable in php?
What does the array operator '===' means?
How to call php function from javascript using ajax?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
How to fix "headers already sent" error in php
What type of operation is needed when passing values through a form or an url?
How to find datatype of variable in php?
What is mysqli_query?
What is the best way to test the strpos() return value in php?
Which function parses an English textual date or time into Unix timestamp in PHP.