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
How can we change the value of a constant?
How is it possible to parse a configuration file?
Explain which cryptographic extension provide generation and verification of digital signatures?
What does trim () do in javascript?
How to set cookies in PHP?
Is null in php?
What percentage of websites use php?
What is ci in php?
What is php artisan serve?
Why do we show php code in browser?
Tell me can you extend a final defined class?
What is the function mysql_pconnect() useful for?
Explain Booleans in PHP?
What is the use of @ in php?
How to remove white spaces from the beginning and/or the end of a string in php?