Best Tutorials website
Latest tutorials

Advertisment

Uploading Image Files with PHP

Uploading Image Files with PHP

This article will guide you through step-by-step to learn how to upload and manage files using PHP. All code provided as well.


Views: 556 | Rating star | by Sarah
PHP - Content Management

Detailed PHP array tutorial

Detailed PHP array tutorial

In this tutorial I will show you how to work with arrays in PHP. You will learn how to create, sort or print an array. Besides this we will touch...


Views: 516 | Rating star | by Donald
PHP - Introduction to PHP

Create random strings

Create random strings

A simple tutorial in which you will learn how to create a random string of a specified length.


Views: 871 | Rating star | by Sean
PHP - Randomizing

PHP Site Search

PHP Site Search

In this tutorial I will teach you how using dreamweaver you can create a site search.


Views: 818 | Rating star | by Adam
PHP - Searching

Sending e-mails with PHP mail() function

Sending e-mails with PHP mail() function

You have seen html form whose send e-mails based on content entered in the form and now you want the same form on your web site. Ok, no problem.


Views: 551 | Rating star | by Nick
PHP - Email Systems

Make a PHP info file

Make a PHP info file

This tutorial will show you how to display Apache PHP configuration.


Views: 532 | Rating star | by Jason
PHP - Miscellaneous

How to use arrays in PHP

How to use arrays in PHP

This tutorial will show you how to work with arrays in PHP.


Views: 504 | Rating star | by Mark
PHP - Miscellaneous

How to use functions in PHP

How to use functions in PHP

Many times we need to use code to do one thing with different input values. If put this code at each place where we need this funtionality files in...


Views: 511 | Rating star | by Brad
PHP - Miscellaneous

How to use PHP while operator

How to use PHP while operator

while() loops are the simplest type of loop in PHP. They behave just like their C counterparts.


Views: 536 | Rating star | by Source
PHP - Miscellaneous

How to send headers to users browser with PHP

How to send headers to users browser with PHP

This tutorial will show you how to send header to the browser with PHP.


Views: 473 | Rating star | by Ben
PHP - Miscellaneous

Using UPDATE MySQL query in PHP

Using UPDATE MySQL query in PHP

This tutorial will show you how to use MySQL querys to database in your PHP scripts.


Views: 483 | Rating star | by Ben
PHP - Miscellaneous

Hello World

Hello World

This tutorial will detail how to use the echo function to create the traditional hello world script. This tutorial also explains that PHP works...


Views: 596 | Rating star | by Brad
PHP - Introduction to PHP

Variables in PHP

Variables in PHP

This tutorial will detail how to use all different types of variables in PHP.


Views: 548 | Rating star | by Ben
PHP - Introduction to PHP

Variables in Variables

Variables in Variables

This tutorial will explain exactly what variables in variables are and how you can use them.


Views: 571 | Rating star | by Colin
PHP - Introduction to PHP

Simple banner rotator

Simple banner rotator

This tutorial will show you how to randomly display one of the banners stored in a database. The number of times each banner has been displayed is...


Views: 950 | Rating star | by David
PHP - Ad Management

Visitor counter

Visitor counter

This tutorial shows you how to count the number of visitors on your site using php.


Views: 844 | Rating star | by Jason
PHP - Counters

Detailed PHP sessions tutorial

Detailed PHP sessions tutorial

In this tutorial I will show you how to work with sessions in PHP. You will learn how to transfer information over multiple pages.


Views: 542 | Rating star | by Mark
PHP - Cookies and Sessions

Random Affiliate

Random Affiliate

Learn how to create a random affiliate script using php and dreamweaver.


Views: 864 | Rating star | by Daniel
PHP - Randomizing

PHP AJAX Email Form

PHP AJAX Email Form

A Simple PHP and AJAX form processing using prototype js library. Full Sources code included for download.


Views: 533 | Rating star | by Ben
PHP - Form Processing

Detailed PHP loops tutorial

Detailed PHP loops tutorial

In this tutorial I will show you all loops in PHP and their usage with code examples.


Views: 613 | Rating star | by Sarah
PHP - Introduction to PHP