Difference between revisions of "PHP"

From mi-linux
Jump to navigationJump to search
m (Added Author to contributions)
Line 1: Line 1:
 
== If you're taking CP1079 Web Development with PHP... ==
 
== If you're taking CP1079 Web Development with PHP... ==
 
'''Some other pages you should take a look at:'''
 
'''Some other pages you should take a look at:'''
 
  
 
* [[Should I Install Linux?|Should I install Linux on my computer?]]
 
* [[Should I Install Linux?|Should I install Linux on my computer?]]
 
  
 
* [[Linux Desktop Basics]] first before starting on the PHP resources.
 
* [[Linux Desktop Basics]] first before starting on the PHP resources.
 
* If you want to [[ApachePHPMySQLForUbuntu|Apache, PHP, and MySQL for Ubuntu]] (or any other Debian derivative distro)
 
* If you want to [[ApachePHPMySQLForUbuntu|Apache, PHP, and MySQL for Ubuntu]] (or any other Debian derivative distro)
 
* A list of useful [[FirefoxExtensions|Web Developer Add-ons/Extensions]] for Firefox
 
* A list of useful [[FirefoxExtensions|Web Developer Add-ons/Extensions]] for Firefox
* A very usefull link, to online tutorials similar to the wiki tutorials. This may be easier for some to understand. [http://www.w3schools.com/php]  
+
 
* Another Very usefull link for learning PHP, easy laidback aproach in 15 bite size tutorials. [http://devzone.zend.com/node/view/id/627]
+
 
 +
The following suggested by Fraz Ahmed (0622920)
 +
* A very usefull link, to online tutorials similar to the wiki tutorials. This may be easier for some to understand. [http://www.w3schools.com/php www.w3schools.com/php]  
 +
* Another Very usefull link for learning PHP, easy laidback aproach in 15 bite size tutorials. [http://devzone.zend.com/node/view/id/627 devzone.zend.com]
  
 
== Welcome to the Online Teaching/Learning Resources for PHP ==
 
== Welcome to the Online Teaching/Learning Resources for PHP ==

Revision as of 15:12, 12 February 2007

If you're taking CP1079 Web Development with PHP...

Some other pages you should take a look at:


The following suggested by Fraz Ahmed (0622920)

  • A very usefull link, to online tutorials similar to the wiki tutorials. This may be easier for some to understand. www.w3schools.com/php
  • Another Very usefull link for learning PHP, easy laidback aproach in 15 bite size tutorials. devzone.zend.com

Welcome to the Online Teaching/Learning Resources for PHP

This is primarily usable as a workbook for HTML for SCIT students.

PHP101 - What is PHP?

PHP102 - A Basic Page

PHP103 - PHP Basics

PHP104 - PHP Variables & Constants - Basics

PHP105 - Expressions, Operators, and Variable Assignments

PHP106 - Flow Control - Selection

PHP107 - Flow Control - Iteration

PHP108 - PHP Arrays

PHP109 - File Handling

PHP110 - Simple Databases Concepts & SQL

PHP111 - PHP and Databases – Making the Connection

PHP112 - Simple HTML/PHP/MySQL example

Troubleshooting PHP

Troubleshooting PHP - Understanding error messages