PHP: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
*[http://www.php.net/ http://www.php.net/] || PHP Homepage
*[http://www.php.net/manual/en/ http://www.php.net/manual/en/] || PHP Manual
*[http://smarty.php.net/ http://smarty.php.net/] || Very useful PHP template engine
*[http://www.onlamp.com/pub/a/php/2000/12/01/php_phanatics.html PHP and forms]
*[http://www.tizag.com/phpT/examples/formex.php More PHP and forms]
*[http://pear.php.net/ PHP Pear]


[[Category:scripting]]
= Links =
 
*[http://www.php.net/ PHP Homepage]
*[http://www.php.net/manual/en/ PHP Manual]
*[http://smarty.php.net/ Smart, useful PHP template engine]
*[http://www.onlamp.com/pub/a/php/2000/12/01/php_phanatics.html PHP and forms]
*[http://www.tizag.com/phpT/examples/formex.php More PHP and forms]
*[http://pear.php.net/ PHP Pear]
*[http://www.phpdoc.org/ phpdocumentor]
 
 
 
= Docs =
 
*[http://nl3.php.net/manual/en/ini.sect.safe-mode.php open_basedir]
 
== Internationalizing php scripts ==
 
= FAQ =
 
==Apache graceful or restart==
===Graceful is enough for===
(on mpm prefork)
*max_input_vars
 
== List modules ==
 
php -m
 
 
 
== See also ==
 
*[[CGI|CGI]]
  [[Category:Scripting]]
[[Category:Programming]]

Revision as of 16:30, 23 September 2022

Links

 

Docs

Internationalizing php scripts

FAQ

Apache graceful or restart

Graceful is enough for

(on mpm prefork)

  • max_input_vars

List modules

php -m

 

See also