What is the Diff. Between echo() and Print() in PHP?
Answer Posted / karl marx
echo() na statement
print() na function
echo la single quote ulle double quote work aagum
print la work cheyadhu
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
How to terminate the execution of a script in PHP?
How do you find the length of a string in php?
How to return a value back to the function caller?
Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
What is putenv?
Is server side a session?
What is reference variable php?
Which functions are used to count the total number of array elements in php?
How to retrieve values out of an array?
How to get the IP address of the client/user in PHP?
What is php session_start() and session_destroy() function?
What is an associative array?
Why sessions are used in php?
What are majic methords in php?