Sunday, June 10, 2012

php basics - echo


This is a good tutorial for basic php. This tells about a function echo.
<?php
echo "";

?>
"" can contain string and will show correct value, whereas '' will show string name, and use \n to leave ' or ".

No comments:

Post a Comment