Difference between revisions of "PHP"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
m (→‎Related Things: official PEAR site)
(→‎Links: global vars in php)
Line 14: Line 14:
  
 
==Links==
 
==Links==
 +
* '''2006-07-22''' [http://blog.case.edu/gps10/2006/07/22/why_global_variables_in_php_is_bad_programming_practice Why Global Variables in PHP is Bad Programming Practice]
 
* [http://www.ukuug.org/events/linux2002/papers/html/php/ Experiences of Using PHP in Large Websites]
 
* [http://www.ukuug.org/events/linux2002/papers/html/php/ Experiences of Using PHP in Large Websites]
 
* [http://dagbrown.livejournal.com/19338.html un-PHP-ing my web site]: a LiveJournal entry critical of PHP
 
* [http://dagbrown.livejournal.com/19338.html un-PHP-ing my web site]: a LiveJournal entry critical of PHP

Revision as of 21:24, 24 July 2006

Computing: Software: PHP

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

PHP is an interpreted language most commonly used in web sites.

Reference

Related Articles

Related Things

Links