Php tutorial – php echo is use for display output.
php echo pass multiple string with use of comma.
php print is also use for display output.
php print does not pass multiple string.
php tutorial – echo
php echo is use for display output. php echo pass multiple string with use of comma. Echo doesn’t return any value. Echo is faster then print
php tutorial – print
php print is use for display output. php print does not pass multiple string. Print does return 1 value. Print is lower than echo