Difference between revisions of "PHP Resources"
From mi-linux
Jump to navigationJump to search (Added PHP function references, and link to Firefox extensions page) |
|||
Line 14: | Line 14: | ||
* [http://www.php.net/manual/en/funcref.php Function reference (at php.net)] | * [http://www.php.net/manual/en/funcref.php Function reference (at php.net)] | ||
* [http://ql.aonic.net/ PHP/MySQL/CSS/JS Quick Lookup] | * [http://ql.aonic.net/ PHP/MySQL/CSS/JS Quick Lookup] | ||
+ | * [http://www.phpeveryday.com/ Zend PHP/MySQL Database Help] | ||
== Advanced HTML == | == Advanced HTML == |
Latest revision as of 12:25, 24 February 2010
Beginner Tutorials
- PHP - The PHP Workbook ON THIS WIKI
- www.w3schools.com/php PHP online tutorials similar to the wiki tutorials (at W3Schools)
- Standards-compliant HTML Tutorial (at HTMLDog)
- Standards-compliant CSS Tutorial (at HTMLDog)
- *Bad* HTML Tags (at HTMLDog)
- PHP101 (at Zend Developer Zone)
- PHP/MySQL Tutorial (at Webmonkey)
PHP References
- Practical PHP Programming
- Function reference (at php.net)
- PHP/MySQL/CSS/JS Quick Lookup
- Zend PHP/MySQL Database Help
Advanced HTML
RSS & Feeds
- Dynamic RSS feeds using PHP/MySQL (at tiffanybbrown.com)
- Making an RSS Feed (at SearchEngineWatch)
- Displaying the content of an external RSS feed using SimplePie