PHP links: Difference between revisions
Jump to navigation
Jump to search
m (using an external editor) |
|||
(14 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
This is a page with external links for [[PHP]]. | This is a page with external links for [[PHP]]. | ||
'''Warning''': Most of these links are old - Have to update - [[User:Daniel K. Schneider|Daniel K. Schneider]] | '''Warning''': Most of these links are old - Have to update - [[User:Daniel K. Schneider|Daniel K. Schneider]] 16:36, 13 September 2007 (MEST) | ||
== Documentation == | == Documentation == | ||
Line 28: | Line 28: | ||
* [http://www.webreference.com/programming/php/corephp/ An Introduction to PHP] by L. Atkinson and Z. Suraski, webreference sept. 2003. Good history / propaganda text. | * [http://www.webreference.com/programming/php/corephp/ An Introduction to PHP] by L. Atkinson and Z. Suraski, webreference sept. 2003. Good history / propaganda text. | ||
=== Overviews === | |||
* [http://articles.sitepoint.com/print/coming-soon-webserver-near PHP5: Coming Soon to a Webserver Near You] by Harry Fuecks, July 28th, 2003 | |||
=== Tutorial series === | === Tutorial series === | ||
* The [http://www.devshed.com/ see PhP series at www.devshed.com], e.g. | * The [http://www.devshed.com/ see PhP series at www.devshed.com], e.g. | ||
* [http://www.phpbuilder.com/ phpbuilder.com] series | * [http://www.phpbuilder.com/ phpbuilder.com] series | ||
* [http://www.wdvl.com/Authoring/Languages/PHP/resources.html PHP - Webreference.com] Various tutorial articles | |||
* [http://www.w3schools.com/php/ W3Schools] PHP Tutorials. | |||
=== Tutoriels en français === | === Tutoriels en français === | ||
* [http://www.linux-france.org/article/devl/php3/tut/php3_tut.html Tutoriel de Christophe Lauer] | * [http://www.linux-france.org/article/devl/php3/tut/php3_tut.html Tutoriel de Christophe Lauer] | ||
Line 42: | Line 46: | ||
* [http://www.phpfrance.com/tutorials/ Serie de tutoriels sur phpfrance] | * [http://www.phpfrance.com/tutorials/ Serie de tutoriels sur phpfrance] | ||
* '''TECFA Slides'''<nowiki>: </nowiki>[http://tecfa.unige.ch/guides/tie/tie.html Regardez ici sous PHP Trail] | * '''TECFA Slides'''<nowiki>: </nowiki>[http://tecfa.unige.ch/guides/tie/tie.html Regardez ici sous PHP Trail] | ||
=== Printed Books === | === Printed Books === | ||
Line 51: | Line 51: | ||
There are many and I can't keep track. | There are many and I can't keep track. | ||
* Lea Chris , Choi Wankyu , Allan Kent, Ganesh Prasad, Chris Ullman (2000), Beginning PHP4, Wrox Press Inc; ISBN | * Lea Chris , Choi Wankyu , Allan Kent, Ganesh Prasad, Chris Ullman (2000), Beginning PHP4, Wrox Press Inc; ISBN 186100373 | ||
=== Installation === | === Installation === | ||
Line 67: | Line 64: | ||
* [http://www-128.ibm.com/developerworks/xml/library/x-pullparsingphp.html Pull parsing XML in PHP] by Elliotte Rusty Harold, IBM developper works article, 30 jan 2007. | * [http://www-128.ibm.com/developerworks/xml/library/x-pullparsingphp.html Pull parsing XML in PHP] by Elliotte Rusty Harold, IBM developper works article, 30 jan 2007. | ||
* [http://www.phpbuilder.com/columns/ian_gilfillan20050801.php3 Fundamentals of PHP Superglobals] (PHPBuilder, 2005) | * [http://www.phpbuilder.com/columns/ian_gilfillan20050801.php3 Fundamentals of PHP Superglobals] (PHPBuilder, 2005) | ||
* [http://php.group.stumbleupon.com/forum/37465/ | * [http://php.group.stumbleupon.com/forum/37465/ Tutorial Character encoding]. A short and good tutorial on how to code for UTF-8 (not as easy as it sounds, since there are several things/layers to think about [12/2006] | ||
* [http://gtk.php.net/ PHP-GTK]. PHP-GTK is an extension for the PHP programming language that implements language bindings for GTK . It provides an object-oriented interface to GTK classes and functions and greatly simplifies writing client-side cross-platform GUI applications. (Site has additional links to tutorials, examples, etc.). See also a [http://www.phpbuilder.com/columns/hunter20040826.php3 PhpBuilder article] (9/2004) | * [http://gtk.php.net/ PHP-GTK]. PHP-GTK is an extension for the PHP programming language that implements language bindings for GTK . It provides an object-oriented interface to GTK classes and functions and greatly simplifies writing client-side cross-platform GUI applications. (Site has additional links to tutorials, examples, etc.). See also a [http://www.phpbuilder.com/columns/hunter20040826.php3 PhpBuilder article] (9/2004) | ||
* [http://www.alistapart.com/stories/phpcms/ Manage your content with PhP], by Chistopher Robbins, A List Apart, 2002 | * [http://www.alistapart.com/stories/phpcms/ Manage your content with PhP], by Chistopher Robbins, A List Apart, 2002 | ||
* [http://www.zend.com/php5/articles/php5-xmlphp.php XML in PHP 5 - What's News ?] By Christian Stocker. March 18, 2004. Good introduction to SAX, DOM, Xpath and XSLT with php 5. | * [http://www.zend.com/php5/articles/php5-xmlphp.php XML in PHP 5 - What's News ?] By Christian Stocker. March 18, 2004. Good introduction to SAX, DOM, Xpath and XSLT with php 5. | ||
* [http://www.tutorials.de/tutorials176534.html | * [http://www.tutorials.de/tutorials176534.html Einführung von XML mittels SimpleXML und DOM], at tutorials.de by | ||
* [http://www.phpmag.net/itr/online_artikel/psecom,id,503,nodeid,114.html PHP 5 Meets XML and the DOM] PHP Magazine - International Edition Issue: 02.2004 - not very usefull because code listings are missing. | * [http://www.phpmag.net/itr/online_artikel/psecom,id,503,nodeid,114.html PHP 5 Meets XML and the DOM] PHP Magazine - International Edition Issue: 02.2004 - not very usefull because code listings are missing. | ||
* [http://php5.bitflux.org/phpconf2004/title.php XML in PHP5] also by Christian Stocker, Mai 2004, Many slides from the php-conference 2004. Very good for people who like to work best with examples. | * [http://php5.bitflux.org/phpconf2004/title.php XML in PHP5] also by Christian Stocker, Mai 2004, Many slides from the php-conference 2004. Very good for people who like to work best with examples. | ||
Line 83: | Line 80: | ||
* [http://www.webreference.com/programming/php/regexps/ PHP and Regular Expressions 101], tutorial @ webreference | * [http://www.webreference.com/programming/php/regexps/ PHP and Regular Expressions 101], tutorial @ webreference | ||
* [http://phpbuilder.com/columns/beginning_ajax20070104.php3 Beginning Ajax with PHP: From Novice to Professional]. A tutorial by Lee Babin (2006). | * [http://phpbuilder.com/columns/beginning_ajax20070104.php3 Beginning Ajax with PHP: From Novice to Professional]. A tutorial by Lee Babin (2006). | ||
* [http://www.webreference.com/programming/php/xml-enabled-applications/ XML enabled applications] (Webreference, 2007). | |||
* [http://www.linuxformat.co.uk/wiki/index.php/PHP_-_Secure_coding PHP - Secure coding] (LXF Wiki Area) | |||
* [http://blog.ianbicking.org/2008/01/12/what-php-deployment-gets-right/ What PHP Deployment Gets Right] (Blog entry, 2008) | |||
== Software == | == Software == | ||
To install a apache/php/mysql configuration: see [[LAMP]] (linux) or [[WAMP]] (windows/mac). | |||
Various: | Various: | ||
* [http://www.php.net/downloads.php PHP downloads] Source code, PHP versions, logos and documentation to download. | * [http://www.php.net/downloads.php PHP downloads] Source code, PHP versions, logos and documentation to download. | ||
* [http://www.phpedit.net/ PhPEdit, a full featured IDE for Windows] | * [http://www.phpedit.net/ PhPEdit, a full featured IDE for Windows] | ||
* [http://phpxref.sourceforge.net/ PhPXRef] a Perl script that makes crossreferences and extracts documentation from php code. Useful ! | * [http://phpxref.sourceforge.net/ PhPXRef] a Perl script that makes crossreferences and extracts documentation from php code. Useful ! | ||
Development frameworks | === Development and application frameworks === | ||
(this should be expanded) | |||
* [http://framework.zend.com/ Zend framework] | * [http://framework.zend.com/ Zend framework] | ||
* [http://www.phparch.com/zftut/ Introductory tutorial for the Zend framework] | * [http://www.phparch.com/zftut/ Introductory tutorial for the Zend framework] | ||
* [http://www.codeigniter.com/ | * [http://www.codeigniter.com/ Code Igniter] - OpenSource | ||
* [http://del.icio.us/rortelli/framework Roberto's links] | * [http://del.icio.us/rortelli/framework Roberto's links] | ||
== | === Examples === | ||
* [http://tecfa.unige.ch/guides/php/examples/ Local Example Directory] | * [http://tecfa.unige.ch/guides/php/examples/ Local Example Directory] | ||
* See [[Portalware]]. Many portals have been written in PhP, e.g. postnuke, nuke, drupal, geeklog, phpweblog, phpwebsite | * See [[Portalware]]. Many portals have been written in PhP, e.g. postnuke, nuke, drupal, geeklog, phpweblog, phpwebsite | ||
* [ | * [http://webreference.com/perl/xhoo/php1/ phpHoo] a Yahoo like directory with PHP | ||
* [http://www.hotscripts.com/PHP/index.html HotScripts.com] | |||
=== Libraries and other tools === | |||
* [http://www.hotscripts.com/PHP/index.html HotScripts.com]. Large collection of libraries and applications. | |||
* [http://phpclasses.org Phpclasses.org]. Large and useful collection of classes ! (requires registration, optional mailing list) | * [http://phpclasses.org Phpclasses.org]. Large and useful collection of classes ! (requires registration, optional mailing list) | ||
* [http://php.resourceindex.com/ The PhP resource Index] | |||
* [http://webdev.berber.co.il/ Berber's WebDev Site] large collection, including hints for programmers | * [http://webdev.berber.co.il/ Berber's WebDev Site] large collection, including hints for programmers | ||
* [http://px.sklar.com/ PHP Code Exchange site]. Good collection | * [http://px.sklar.com/ PHP Code Exchange site]. Good collection | ||
* [http://www.zend.com/zend/tut/tut-xml-rpc-client.php XML-RPC Client] | * [http://www.zend.com/zend/tut/tut-xml-rpc-client.php XML-RPC Client] | ||
* [http://phphtmllib.newsblob.com/ phpHtmlLib], A set of PHP classes and library functions to help facilitate building, debugging, and rendering of XML, HTML, XHTML, WAP/WML Documents, and SVG (Scalable Vector Graphics) images as well as complex html 'widgets' . | * [http://phphtmllib.newsblob.com/ phpHtmlLib], A set of PHP classes and library functions to help facilitate building, debugging, and rendering of XML, HTML, XHTML, WAP/WML Documents, and SVG (Scalable Vector Graphics) images as well as complex html 'widgets'. | ||
* [http://www.devshed.com/c/b/PHP DevShed's PHP resources]. | |||
== Links == | == General Links == | ||
=== English === | === English === | ||
Line 124: | Line 125: | ||
* [http://www.phphub.com/ PhP HUB], news, tutorials, articles, (new 2003) | * [http://www.phphub.com/ PhP HUB], news, tutorials, articles, (new 2003) | ||
* [http://www.php-center.de/ PHP-Center] ( German Site in German ) | * [http://www.php-center.de/ PHP-Center] ( German Site in German ) | ||
* [http://phpclasses.upperdesign.com PHP classes repository] (one of the most useful sites for finding reusable code) | * [http://phpclasses.upperdesign.com PHP classes repository] (one of the most useful sites for finding reusable code) | ||
* [http://www.wdvl.com/Authoring/Languages/PHP/ PHP - at Web Developper's Virtual Library (wdvl)] | * [http://www.wdvl.com/Authoring/Languages/PHP/ PHP - at Web Developper's Virtual Library (wdvl)] | ||
Line 138: | Line 133: | ||
(pas vraiment testés) | (pas vraiment testés) | ||
* [http://www.phpindex.com/ La passerelle | * [http://www.phpindex.com/ La passerelle française des Technologies PHP] | ||
* [http://www.phpinfo.net/ phpinfo.net: Site d'information PhP/MySQL] | * [http://www.phpinfo.net/ phpinfo.net: Site d'information PhP/MySQL] | ||
* [http://www.phpfrance.com/ PHP France] | * [http://www.phpfrance.com/ PHP France] | ||
* [http://www.toutestfacile.com/phpinit.php?tef_site=php PhP facile ] | * [http://www.toutestfacile.com/phpinit.php?tef_site=php PhP facile ] | ||
=== German === | === German === | ||
Line 151: | Line 144: | ||
[[Category:links]] | [[Category:links]] | ||
[[Category:AMP]] | |||
[[Category:PHP]] |
Latest revision as of 17:10, 12 May 2020
Definition
This is a page with external links for PHP.
Warning: Most of these links are old - Have to update - Daniel K. Schneider 16:36, 13 September 2007 (MEST)
Documentation
Manuals
- Manuals at the official PHP site. This is your best bet !
- Manuals at the official PHP site (france mirror)
- Manuals at the official PHP site (germany mirror)
- LOCAL COPY of the 5.x manual (April 2005).
- LOCAL COPY of the 4.3.x manual (March 2004).
- LOCAL COPY of the 4.3.x manual in ONE gzipped File (1.4MB!, March 2004).
- COPIE LOCALE du manuel fran�ais PhP 5.x (Mars 2005)
- COPIE LOCALE du manuel fran�ais PhP 4 (Mars 2003)
FAQ's
Introductory tutorials in English
(there are many more, see the major php and webmaster's sites.)
- An Introduction to PHP by L. Atkinson and Z. Suraski, webreference sept. 2003. Good history / propaganda text.
Overviews
- PHP5: Coming Soon to a Webserver Near You by Harry Fuecks, July 28th, 2003
Tutorial series
- The see PhP series at www.devshed.com, e.g.
- phpbuilder.com series
- PHP - Webreference.com Various tutorial articles
- W3Schools PHP Tutorials.
Tutoriels en français
- Tutoriel de Christophe Lauer
- "http://lignes.ringard.org/linux/php.html" (lien mort) Introduction aux pages web actives avec PHP et MySQL par Olivier Martineau
- Serie de tutoriels sur phpfrance
- TECFA Slides: Regardez ici sous PHP Trail
Printed Books
There are many and I can't keep track.
- Lea Chris , Choi Wankyu , Allan Kent, Ganesh Prasad, Chris Ullman (2000), Beginning PHP4, Wrox Press Inc; ISBN 186100373
Installation
Needs some more
- The Soothingly Seamless Setup of Apache, SSL, MySQL, and PHP (@ devshed)
- Installation serveur Apache-PHP-Mysql (Tecfa Slides, OUTDATED for php4 only ?)
Special Topics
- Pull parsing XML in PHP by Elliotte Rusty Harold, IBM developper works article, 30 jan 2007.
- Fundamentals of PHP Superglobals (PHPBuilder, 2005)
- Tutorial Character encoding. A short and good tutorial on how to code for UTF-8 (not as easy as it sounds, since there are several things/layers to think about [12/2006]
- PHP-GTK. PHP-GTK is an extension for the PHP programming language that implements language bindings for GTK . It provides an object-oriented interface to GTK classes and functions and greatly simplifies writing client-side cross-platform GUI applications. (Site has additional links to tutorials, examples, etc.). See also a PhpBuilder article (9/2004)
- Manage your content with PhP, by Chistopher Robbins, A List Apart, 2002
- XML in PHP 5 - What's News ? By Christian Stocker. March 18, 2004. Good introduction to SAX, DOM, Xpath and XSLT with php 5.
- Einführung von XML mittels SimpleXML und DOM, at tutorials.de by
- PHP 5 Meets XML and the DOM PHP Magazine - International Edition Issue: 02.2004 - not very usefull because code listings are missing.
- XML in PHP5 also by Christian Stocker, Mai 2004, Many slides from the php-conference 2004. Very good for people who like to work best with examples.
- PHP and XML Introduction at TopXML
- The XML C library for Gnome qives some infos about the "dom" package of PHP 4.x (OUTDATED for PHP 5)
- Parsing XML with PHP (OUTDATED for PHP 5)
- DOM XML: An Alternative to Expat (OUTDATED for PHP 5)
- Interfacing with Java from PHP
- Templates the PHP Way by David Orr, PHPBuiler
- PHPLib Templates, by Benjamin D. Smith, DevShed
- PHP and Regular Expressions 101, tutorial @ webreference
- Beginning Ajax with PHP: From Novice to Professional. A tutorial by Lee Babin (2006).
- XML enabled applications (Webreference, 2007).
- PHP - Secure coding (LXF Wiki Area)
- What PHP Deployment Gets Right (Blog entry, 2008)
Software
To install a apache/php/mysql configuration: see LAMP (linux) or WAMP (windows/mac).
Various:
- PHP downloads Source code, PHP versions, logos and documentation to download.
- PhPEdit, a full featured IDE for Windows
- PhPXRef a Perl script that makes crossreferences and extracts documentation from php code. Useful !
Development and application frameworks
(this should be expanded)
- Zend framework
- Introductory tutorial for the Zend framework
- Code Igniter - OpenSource
- Roberto's links
Examples
- Local Example Directory
- See Portalware. Many portals have been written in PhP, e.g. postnuke, nuke, drupal, geeklog, phpweblog, phpwebsite
- phpHoo a Yahoo like directory with PHP
Libraries and other tools
- HotScripts.com. Large collection of libraries and applications.
- Phpclasses.org. Large and useful collection of classes ! (requires registration, optional mailing list)
- The PhP resource Index
- Berber's WebDev Site large collection, including hints for programmers
- PHP Code Exchange site. Good collection
- XML-RPC Client
- phpHtmlLib, A set of PHP classes and library functions to help facilitate building, debugging, and rendering of XML, HTML, XHTML, WAP/WML Documents, and SVG (Scalable Vector Graphics) images as well as complex html 'widgets'.
- DevShed's PHP resources.
General Links
English
For more see the INDEX at www.php.net
- PhP HUB, news, tutorials, articles, (new 2003)
- PHP-Center ( German Site in German )
- PHP classes repository (one of the most useful sites for finding reusable code)
- PHP - at Web Developper's Virtual Library (wdvl)
Français
(pas vraiment testés)
- La passerelle française des Technologies PHP
- phpinfo.net: Site d'information PhP/MySQL
- PHP France
- PhP facile