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 do I repair phpmyadmin?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
How stop the execution of a php scrip?
What do the initials of php stand for?
Explain briefly about a search-friendly site looks like?
Tell me what is the main difference between require() and require_once()?
What is the Default syntax used in PHP?
What is the difference between characters 23 and x23?
How to insert a line break in php string?
How many types of errors in php?
What is use of header() function in php? What the limitation of header()?
What is $this in php?
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
What is php7?
what is the use of include_once in php?