Output - print()

Posted by Whiz
boolean print (argument)
The print() statement is responsible for providing user feedback, and it is capable of displaying
both raw strings and variables. All of the following are plausible print() statements:
I love the summertime.

");
?>
I love the $season.

";
?>
I love the
summertime.

";
?>
I love the ".$season."

";
?>

0 Response to 'Output - print()'

Post a Comment