Jump to content
Larry Ullman's Book Forums

Difference Between Echo And Print In Chapter 1


Recommended Posts

The only differences are:

 

- print returns a 1 and echo returns nothing (they both print the values regardless)

- echo can actually take a number of arguments:

echo "blah", $foo, "bar";

For all practical purposes, there's no significant difference between the two. 

Link to comment
Share on other sites

 Share

×
×
  • Create New...