- The Web browser requests a document with a .php extension.
- The Web server says, “Hey! Someone wants a PHP file. Something else needs to deal with it,” and sends the request on to the PHP parser.
- The PHP parser finds the requested file and scans it for PHP code.
- When the PHP parser finds PHP code, it executes that code and places the resulting output (if any) into the place in the file formerly occupied by the code.
- This new output file is sent back to the Web server.
- The Web server sends it along to the Web browser.
- The Web browser displays the output. [Read More...]
Site tools
Site tools
GetBlogs Blog Directory
Blog Listings
No comments:
Post a Comment