PHP links: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
 
(13 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]] 15:47, 13 September 2007 (MEST)
'''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.
* Webmonkey has a series, e.g. th now somewhat old ones: [http://www.hotwired.com/webmonkey/99/21/index2a.html?tw=frontdoor PHP/MySQL Tutorial ] (by G. Merall at Webmonkey/HotWired)
* [http://www.hotwired.com/webmonkey/99/25/index2a.html?tw=hf199926 Site Navigation with PHP]
* [http://www.hotwired.com/webmonkey/99/25/index3a.html?tw=hf199926 Image Creation with PHP]
* [http://hotwired.lycos.com/webmonkey/00/05/index2a.html Authenticate and Track Users with PHP]
* [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 51: Line 52:


* Lea Chris , Choi Wankyu , Allan Kent, Ganesh Prasad, Chris Ullman (2000), Beginning PHP4, Wrox Press Inc; ISBN 186100373
* Lea Chris , Choi Wankyu , Allan Kent, Ganesh Prasad, Chris Ullman (2000), Beginning PHP4, Wrox Press Inc; ISBN 186100373


=== Installation ===
=== Installation ===
Line 64: 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/ [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://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 Einf�hrung von XML mittels SimpleXML und DOM], at tutorials.de by
* [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 80: 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.manucorp.com/ Easy Php] Un set pour installer Apacher/PhP/MySQL chez soi sur Win
* There are other packages integrating php, mysql and many more things in one install, e.g. [http://www.abriasoft.com/ the Merlin Server]
* [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 !
* [http://www.nusphere.com/products/ NuSphere Pro Advantage] Professional Internet Application Platform with Php/Perl/MysQL/Apache/WebMin ($500)


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/ ]Code Igniter (PHP4 or better) - OpenSource
* [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 ==
=== 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


== Libraries and other tools ==
=== Libraries and other tools ===
* [http://www.hotscripts.com/PHP/index.html HotScripts.com]
* [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://webreference.com/perl/xhoo/php1/ phpHoo] a Yahoo like directory with PHP
* [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].


== General Links ==
== General Links ==
Line 120: 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.net/ PHP MAIN PAGE]
* [http://php.gotocity.com/lists/4/Web/ A Mailing List Archive]
* [http://php.resourceindex.com/ The PhP resource Index]
* [http://www.devshed.com/c/b/PHP DevShed's PHP resources] smaller site (3/99)
* [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://phpclub.unet.ru Club of the developers PHP] Russian site
* [http://www.webreference.com/programming/php/ PHP - Webreference.com] Good Meta Index
* [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 134: Line 133:
(pas vraiment testés)
(pas vraiment testés)


* [http://www.phpindex.com/ La passerelle fran�aise des Technologies PHP]
* [http://www.phpindex.com/ La passerelle française des Technologies PHP]
* [http://www.ilovephp.com/ I Love 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 ]
* [http://www.phpmania.net/ PhPMania] (index de sites php)


=== German ===
=== German ===
Line 147: Line 144:




[[Category:technologies]]
 
[[Category:links]]
[[Category:links]]
[[Category:AMP]]
[[Category:PHP]]

Latest revision as of 18:10, 12 May 2020

Draft

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

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

Tutorial series

Tutoriels en français

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

Special Topics

Software

To install a apache/php/mysql configuration: see LAMP (linux) or WAMP (windows/mac).

Various:

Development and application frameworks

(this should be expanded)

Examples

Libraries and other tools

General Links

English

For more see the INDEX at www.php.net

Français

(pas vraiment testés)

German