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

From Citizendium
Jump to navigation Jump to search
imported>Kenson C Martz
imported>Daniel Mietchen
m (PHP Include moved to User:Kenson C Martz/PHP Include: not ready for main space yet; see http://en.citizendium.org/wiki?title=User_talk:Kenson_C_Martz&curid=100139627&diff=100610034&oldid=100597221)
(No difference)

Revision as of 11:07, 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.

To start using PHP Include, you must either have PHP on your website server (pretty much all servers do), or PHP installed on your computer, to view it locally. Download it from PHP's Official Website.