Beginners PHP

Bookmark on del.icio.us
> PHP Section One – An Introduction to PHP
1. What is PHP and Why do I need it?

2. What you need to get started

3. Installing and testing Easy PHP4. Troubleshooting
> PHP Two – Getting Started With Variables
1. What is a Variable?

2. Putting text into variables

3. Variables – some practice

4. More variable practice

5. Joining direct text and variable data

6. Adding up in PHP

7. Subtraction

8. Multiplication

9. Division

10. Floating point numbers

> PHP Three – Conditional Logic
1. If Statements

2. Using If Statements

3. if … else

4. if … else if

5. Comparison Operators

6. NOT Equal To

7. Less Than and Greater Than

8. What these mean: <=, >=

9. The Switch Statement

10. Logical Operators

11. Boolean Values

12. Operator Precedence – a List

> PHP Four – Working with HTML Forms
1. The HTML Form

2. The Method Attribute

3. The Post Attribute

4. The Action Attribute

5. The Submit button

6. Getting values from a Text Box

7. Checking if the Submit button was clicked

8. More on the ACTION attribute

9. Keep data the user entered

10. PHP and Radio Buttons

11. PHP and Checkboxes

> PHP Five – Programming Loops
1. For Loops

2. A Times Table Programme

3. The Code for the PHP Times Table

4. While Loops

5. Do … While loops

6. The break statement

> PHP Six – Arrays in PHP
1. What is an Array?

2. Setting up an Array in PHP

3. Getting at the values stored in Arrays

4. Arrays – Using Text as Keys

5. Arrays and For Each

  1. No comments yet.

  1. No trackbacks yet.