PHP: Difference between revisions

From DWIKI
mNo edit summary
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
*[ Homepage]
*[http://www.php.net/manual/en/ Manual]


{| style="width:600px;" border="0"
= Links =
| colspan="2" | '''Usefull links'''
 
|-
*[http://www.php.net/ PHP Homepage]
| [http://www.php.net/ http://www.php.net/] || PHP Homepage
*[http://www.php.net/manual/en/ PHP Manual]
|-
*[http://smarty.php.net/ Smart, useful PHP template engine]  
| [http://smarty.php.net/ http://smarty.php.net/] || Very usefull 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