PHP is open source scripting language. It\'s widely used to develop web applications.  Home Web Programming PHP (172 materials)
Choose skill level:   Editor's Pick Only
Browse Pages: << < 10  11  12  13  14  > >>
PHP Tutorials
Click to read this material

PHP Mail Form Tutorial

Author : Kyscorp.com

This script is widely used by many sites on the net. PHP provides an easy way to send mail via the function mail().

Software : PHP Editors
Type : PHP Tutorials
Level : Beginner
Added : Jun 14, 2006
 
Click to read this material

Random Quotes

Author : KieranHall

Learn how to make Random Quotes using the power of PHP.
Many people email wondering how the heck we make the random quotes on the title bar at the main page. Well, we're finally releasing the secret, and its not as hard as you think :) Lets write the code to pick a random quote using PHP.

Software : PHP Editors
Type : PHP Tutorials
Level : Beginner
Added : Jun 12, 2006
 


Click to read this material

PHP Live Counter: Online Users

Author : Kyscorp.com

Editor's Pick in Web Programming, June 2006
This is a really great script to use for anyone who is wanting to gain more statistics regarding the number of people who visit your site and so forth. Take a look.

Software : PHP Editors
Type : PHP Tutorials
Level : Beginner
Added : Jun 12, 2006
 
Click to read this material

Retrieving data from a database

Before getting started, I'll assume you already know how to connect & select the database of your choose.
Retrieving data from a database is a common task for web database applications, the most common use is to display the data in a web page.

Software : PHP Editors
Type : PHP Tutorials
Level : Experienced
Added : Jun 09, 2006
 
Click to read this material

Last Modified and User's Screen Resolution Detection

Author : Kyscorp.com

An easy and efficient way to write the date a file was last modified.
We call the function filemtime() that returns an integer (the number of seconds elapsed from Jan 1st, 1970 00:00 GMT) Anyway, to make this integer viewable by human beings, we just format it using date() function.

Software : PHP Editors
Type : PHP Tutorials
Level : Beginner
Added : Jun 08, 2006
 
Click to read this material

Page Loading Time

Author : KieranHall

Learn how to output the time a page takes to load.

Software : PHP Editors
Type : PHP Tutorials
Level : Beginner
Added : Jun 07, 2006
 

Your Ad Here

Click to read this material

PHP Counter

Author : Kyscorp.com

A counter is a simple yet essential script when developing web pages.
First of all, we need a file where to store the data ( a simple text file). This file must be CHMODed to 777 (under Linux)
Let's name this file "data.txt". Do not forget to include it into the same directory as the PH...

Software : PHP Editors
Type : PHP Tutorials
Level : Beginner
Added : Jun 01, 2006
 
Click to read this material

If/Else Statements

Author : GreyCobra.com

1. If and Else statements are special pieces of code that tell your server to do something under a certain condition. If and Else statements therefore are conditional statements. An example of a likely piece of code that uses these statements is:

Software : PHP Editors
Type : PHP Tutorials
Level : Beginner
Added : May 26, 2006
 
Click to read this material

PHP Navigation and Connecting to a MySQL Database

Author : Akpro.net

PHP Navigation and Connecting to a MySQL Database

Software : PHP Editors
Type : PHP Tutorials
Level : Beginner
Added : May 24, 2006
 
Click to read this material

Relative Dates

Author : GreyCobra.com

In this tutorial I am going to teach you how to create your own relative date function.

Software : PHP Editors
Type : PHP Tutorials
Level : Beginner
Added : May 19, 2006
 
Display materials per page
Browse Pages: << < 10  11  12  13  14  > >>