May 2003
Intermediate to advanced
592 pages
14h 28m
English
Before I get any further into the depths of using PHP to send HTML and other data to the Web browser, it’s important to comprehend what exactly is occurring. With PHP you can send data (a combination of HTML tags and text) to the Web browser, which will, in turn, display it as the Web page the end user sees. Thus, what you are doing with PHP is creating the HTML source of a Web page. Pictorially, this means PHP is generating that in Figure 1.5 (accessed by choosing View > Source or View > Page Source in your browser), which the Web browser will turn into Figure 1.6.
Read now
Unlock full access