What is the Diff. Between echo() and Print() in PHP?
Answer Posted / binoyav
In answer #10 the following section is wrong
"
echo evaluate the string before send the output just like this
$a=10
echo "Value is $a"
output:- Value is 10
print 'Value is $a'
output:- Value is $a "
If we give double quotes instead of single quote this will work.
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
Is false empty php?
What is php variable?
What are the functions to be used to get the image's properties (size, width and height)?
Tell me what is htaccess?
How to redirect https to http url through .htaccess?
What are the functions of string?
What is api used for?
How to get the position of the character in a string in php?
What kind of things have you done on the social side?
What is pdo classes?
What is php in full?
List types of array are available in php?
What is printf in php?
Write down the code for save an uploaded file using php?
Explain mixed and callback functions?