Fri Dec 03, 2010 2:27 am
Fri Dec 03, 2010 12:31 pm
Fri Dec 03, 2010 7:41 pm
<?php
print "Hello World! <br />";
echo "Hello World! <br />";
// The above outputs the text "Hello World!" on two separate lines.
// Notice they are identical in output!
print ("Hello World! <br />");
echo ("Hello World! <br />");
// The above are just the same, with parenthesis.
// Notice both can act like functions, but note they actually aren't.
?>
Tue Oct 16, 2012 11:12 am
Tue Oct 30, 2012 12:47 pm
Tue Apr 02, 2013 5:22 am
Sat Apr 27, 2013 12:57 pm
Tue May 07, 2013 1:49 pm
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.