1- PHP play with strings

You will discover in this course how to manipulate strings and the list of functions.

2- PHP and Forms

You’ve already seen the declaration of a variable, manipulations and others, here you will learn how to retrieve and verify data forms.

3- Send emails with PHP

in this lesson like the title says, you will learn how to send emails with PHP, We will use the mail() function to do it. the basic command is like the next example.

4- The include statement

The include() statement includes and evaluates the specified file, it lets you insert a page or more in a single chosen php page. It is like working with frames in html, for example:

5- Get started with MySQL

This is the beginning of when you will start love PHP and make MySQL as your friend when thinking about building dynamic websites, we will start working with data bases.

6- MySQL update and delete

update and delete are two functions that will serve you in your future applications.

7- The WHERE clause

The WHERE clause, if given, indicates the condition or conditions that rows must satisfy to be selected. where_condition is an expression that evaluates to true for each row to be selected. The statement selects all rows if there is no WHERE clause.

8- MySQL functions

I am listing here some mysql functions and their descriptions that you will be using during the courses and the example that we will cover later.

9- Simple PHP guestbook script

On this lesson you will learn in details how you can create your own guestbook application using PHP and MySQL.

10- Simple PHP websites directory script

The goal from this lesson is not to build a websites directory but to show you how a search request works, so it will be easy and detailed, we will see later how to code a complex script.