What is the Diff. Between echo() and Print() in PHP?
Answer Posted / ajeet singh
Ajeet: echo can take multiple expressions but print can take
only one
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How to create a table using php?
What is the default session out time?
When to use self over $this?
How to include a file code in different files in php?
How does php session work?
What is artisan in php?
What is the use of array_search() in php?
What is the correct syntax of mail() function in php?
What is slim framework?
How long does a session last in php?
What is the difference between fopen() and fclose()?
Difference between mysql_connect and mysql_pconnect?
What is csrf mvc?
What is substr() in php? And how it is used?
What is a php class?