October 28, 2014

PHP Interview Questions


Echo vs print.


echo() and print() are language constructs in PHP, both are used to output strings.

echo() can take multiple expressions whereas print cannot take multiple expressions.

No comments:

Post a Comment