Get your own free workspace
View
 

php_course_ml

Page history last edited by Mike Leishman 4 years, 10 months ago

Introduction to PHP Programming

 

This course is intended as a primer to using PHP at the command line.

In earlier pages, I have put links to some very good sites that will give you a lot of information. You will also find them on de.licio.us at http://del.icio.us/cs_ait_cos/php

 

To do the examples I have put here, you will need to download php and unpack the contents. I have put my unpacked php files into a folder called c:\php.

 

I use DreamWeaver to create the programs but notepad is just fine.

 

At the command line, I can go to the c:\php folder to test my programs by entering php filename.php. (See image above for an example. The code for this can be found at Guessing_Game_(PHP)_M_Leishman)

 

Course Content

 

Sequence_php

Interation_php

Decision_Making_php

Case_php

Functions_php 

Arrays_php

Files_php

 


(under construction) 

OOP_php

mySQL_php

 

Mike Leishman

Comments (0)

You don't have permission to comment on this page.