Difference between revisions of "PHP Resources"
From mi-linux
Jump to navigationJump to searchm |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Beginner Tutorials == | == Beginner Tutorials == | ||
+ | * '''[[PHP]] - The PHP Workbook ON THIS WIKI''' | ||
+ | * [http://www.w3schools.com/php www.w3schools.com/php PHP online tutorials similar to the wiki tutorials (at W3Schools)] | ||
* [http://www.htmldog.com/guides/htmlbeginner/ Standards-compliant HTML Tutorial (at HTMLDog)] | * [http://www.htmldog.com/guides/htmlbeginner/ Standards-compliant HTML Tutorial (at HTMLDog)] | ||
* [http://www.htmldog.com/guides/cssbeginner/ Standards-compliant CSS Tutorial (at HTMLDog)] | * [http://www.htmldog.com/guides/cssbeginner/ Standards-compliant CSS Tutorial (at HTMLDog)] | ||
Line 6: | Line 8: | ||
* [http://devzone.zend.com/node/view/id/627 PHP101 (at Zend Developer Zone)] | * [http://devzone.zend.com/node/view/id/627 PHP101 (at Zend Developer Zone)] | ||
* [http://www.webmonkey.com/programming/php/tutorials/tutorial4.html PHP/MySQL Tutorial (at Webmonkey)] | * [http://www.webmonkey.com/programming/php/tutorials/tutorial4.html PHP/MySQL Tutorial (at Webmonkey)] | ||
+ | |||
+ | == PHP References == | ||
+ | |||
+ | * [http://hudzilla.org/phpwiki/ Practical PHP Programming] | ||
+ | * [http://www.php.net/manual/en/funcref.php Function reference (at php.net)] | ||
+ | * [http://ql.aonic.net/ PHP/MySQL/CSS/JS Quick Lookup] | ||
+ | * [http://www.phpeveryday.com/ Zend PHP/MySQL Database Help] | ||
== Advanced HTML == | == Advanced HTML == | ||
Line 26: | Line 35: | ||
* [http://www.famfamfam.com/lab/icons/silk/ "Silk" creative-commons icon set] | * [http://www.famfamfam.com/lab/icons/silk/ "Silk" creative-commons icon set] | ||
+ | |||
+ | == See also == | ||
+ | |||
+ | [[FirefoxExtensions|Web Developer Add-ons/Extensions]] |
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