User:Kenson C Martz/PHP Include: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Kenson C Martz
(This is a simple article that shows users how to properly use PHP Include/Require)
 
imported>Kenson C Martz
No edit summary
Line 2: Line 2:
http://www.w3schools.com
http://www.w3schools.com
<references/>
<references/>
PHP Include/Require, what brilliant features of PHP! It allows us to "Include" or "Require" a file, which helps people develop websites easier. PHP stands for Hypertext PreProcesser, the name does suggest that it is a preprocesser to HTML, but it isn't. PHP can be easy, or hard, to learn, depending on you.


<!--Please ignore the following lines if you are not familiar with the usage of subpages at Citizendium.-->
<!--Please ignore the following lines if you are not familiar with the usage of subpages at Citizendium.-->

Revision as of 10:28, 11 December 2009

References

http://www.w3schools.com


PHP Include/Require, what brilliant features of PHP! It allows us to "Include" or "Require" a file, which helps people develop websites easier. PHP stands for Hypertext PreProcesser, the name does suggest that it is a preprocesser to HTML, but it isn't. PHP can be easy, or hard, to learn, depending on you.