What is the Diff. Between echo() and Print() in PHP?
Answer Posted / mink$
every thing in single quotes is treated as string and would
not be evaluated in either print or echo.
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is the default session time in php?
Tell me how can we determine whether a variable is set?
Which php function will attach one file to another?
How do I know my xampp version?
Why namespace is used in php?
How we can retrieve the data in the result set of mysql using php?
Which one is best framework for php?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
How is csrf token generated?
Why shouldn't I use mysql_* functions in php?
Tell me how can we change the maximum size of the files to be uploaded?
What is the difference between explode() and split() functions?
What are session variables in php?
What is a static method php?
How be the result set of mysql handled in php?