PHP: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=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]


= Links =


=Docs=
*[http://www.php.net/ PHP Homepage]
*[http://nl3.php.net/manual/en/ini.sect.safe-mode.php open_basedir]
*[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]  


==Internationalizing php scripts==
 


= Docs =
*[http://nl3.php.net/manual/en/ini.sect.safe-mode.php open_basedir]
== Internationalizing php scripts ==


= FAQ =
= FAQ =


==List modules==
==Apache graceful or restart==
===Graceful is enough for===
(on mpm prefork)
*max_input_vars
 
== List modules ==
 
  php -m
  php -m


 


== See also ==
== See also ==
Line 25: Line 35:
*[[CGI|CGI]]  
*[[CGI|CGI]]  
   [[Category:Scripting]]
   [[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