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 does the identity operator ===compare two values in PHP?
How do I use isdigit function?
What is a composer in PHP?
How to call javascript function in php without any event?
How come the code works, but does not for two-dimensional array of mine?
What is use of isset function in php?
What is the use of get and post method in php?
What is $$ in php?
What is the use of addslashes in php?
What is the use of $_server and $_env?
What is the difference between array_merge() and array_merge_recursive() in php?
How to support multiple-page forms?
What are the differences between GET and POST methods?
What are the string function in php?
What does trim () do in javascript?