Print Output in PHP


PHP provide some function to print output to the browser. Which is often to be used is print() and echo().
print() has a return value 1. But echo doesn’t have return value. That’s why echo is more faster than print();
Example :

<?

print “Hello”;
echo “String 1″;

?>

Leave a Reply




This some posting which are related to this article :
  • How To Print Capture in Windows
  • Remove PDF Protection
  • Add Printer Toolbar in Firefox
  • Free Colour Picker Software
  • Screen Capture In Nokia ( Print Screen )
  • just read related article


    Some random post which may be interesting :
    this article is selected randomly