Create a website RSS feed

Get Started With PHP

Get started with PHP

Last update on: 09-13-2008
Before we get started coding with PHP I suggest to check the instruction page to see what you have to do to be able to run PHP in your computer. and the tools that you will need to code the examples that you will meet on each lesson.

Like we said before PHP is a language implemented server side, unlike Java-script and Html, so your code does not appear in the source of your web page, only the information you want to display will be visible to visitors.

The syntax:

When you create a code, you must place it between two php tags so that it is interpreted, like this:
<?php
print 'hello';
// or echo 'hello';
?>
It will display at the screen: hello

Do not ask questions about the print or echo etc. .., everything is explained in the next course.
Fine, now let's move to the next lesson; "the variables";


PHP and MySQL's lessons:

Introduction To PHP
Get Started With PHP
PHP Variables
PHP Variables Of Environment
PHP Conditions
PHP Looping
PHP Cookies
PHP Working With Dates
PHP Working With Arrays
PHP Working With Files
PHP Play With Strings
PHP And Forms
Send Emails With PHP
The Include Statement
Get Started With MySQL
MySQL Update And Delete
The WHERE Clause
MySQL Functions
Guestbook Script
Websites Directory Script
Multiple Pages With PHP
Create Your Forum With Php

Banner HomeServices Contact |  ©2009 http://www.iteachweb.net/