HTML    CSS    PHP    Bootstrap    JavaScript    Dev Tools      

The Print Statement

Current Time  00:00 Total Time  00:00

We are always looking for input on our tutorial content. If you have a suggestion, comment, additional information on this topic that you feel should be added, drop us a line. We appreciate your input.

Title: The Print Statement Category: PHP

Topic: Essential Training Publish Date: 2016-03-01

Views: 186

Author: Mike King

Description

In this tutorial we cover the use of the print statement in PHP. We discuss and demonstrate how this PHP construct is used to display text and values in our browser window. We also discuss the differences between the print construct and the echo construct in PHP.