Best Tutorials website
Latest tutorials

Advertisment

Learn PHP Part 3 - Conditional If Statements

Learn PHP Part 3 - Conditional If Statements

This tutorial will teach the basics of using conditional statements to show information. It will explain boolean variables and how to write an if...


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

Learn PHP Part 4 - Loops and Arrays

Learn PHP Part 4 - Loops and Arrays

This tutorial will teach the basics behind PHP loops and arrays of variables. The loops covered are while loops and for loops.


Views: 640 | Rating star | by Adam
PHP - Introduction to PHP

Learn PHP Part 5 - E-Mail with PHP

Learn PHP Part 5 - E-Mail with PHP

This tutorial will show you how to send e-mail from PHP using PHP's built in mail function.


Views: 588 | Rating star | by Marry
PHP - Introduction to PHP

 Learn PHP Part 6 - PHP with Forms

Learn PHP Part 6 - PHP with Forms

This tutorial will finally introduce you to the usefulness of PHP on your website. It will let the user fill out forms which will then produce...


Views: 558 | Rating star | by Isac
PHP - Introduction to PHP

Learn PHP Part 7 - Contact Us Project

Learn PHP Part 7 - Contact Us Project

This is the final tutorial in the seven step guide to learning PHP. This tutorial will actually produce a fully functional and useful 'Contact...


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

Cuss Word Filter

Cuss Word Filter

This tutorial will help explain how to filter out bad words in your forum, comments, or blog.


Views: 620 | Rating star | by Stephen
PHP - Content Management

Basic Randomness

Basic Randomness

This tutorial will help you add random content to your site using the rand function in PHP. It is perfect for beginner's to understand.


Views: 874 | Rating star | by Marry
PHP - Randomizing

Building your own Myspace.com with PHP

Building your own Myspace.com with PHP

In this series of tutorials we are going to go through the development of a complete (yet very basic) community system. The final community will...


Views: 862 | Rating star | by Mark
PHP - Discussion Boards

Merging RSS Feeds With SimplePie

Merging RSS Feeds With SimplePie

How to combine several RSS feeds into one with SimplePie.


Views: 596 | Rating star | by Steve
PHP - XML and PHP

How to Access a MySQL Database Using PHP

How to Access a MySQL Database Using PHP

In this tutorial I will show you how to display data from a MySQL database on a web page using PHP. This is part two in our MySQL database...


Views: 514 | Rating star | by Nick
PHP - Database Related

PHP Browser Redirect Tutorial

PHP Browser Redirect Tutorial

A situation may come up when you want to redirect a user depending on what browser they are using. Here is a simple PHP tutorial that will teach...


Views: 851 | Rating star | by Jarry
PHP - Redirection

Watermarking images with PHP

Watermarking images with PHP

PHP, coupled with Apache rewriting, lets watermark 'on the fly' and transparently, without modifying the original image.


Views: 580 | Rating star | by Donald
PHP - Image Manipulation

Get actual weather information

Get actual weather information

In this tutorial I will show you how you can retrive actual weather information from Yahoo Weather and display this information on your own site.


Views: 908 | Rating star | by Adam
PHP - Web Fetching

How to create a link checker

How to create a link checker

In this tutorial I will show you how to create your own basic link validate script to check link availability on any site.


Views: 839 | Rating star | by Colin
PHP - Web Fetching

Create a postcard sender script

Create a postcard sender script

In this tutorial I will show you how to create a simple virtual postcard sender script with your own images.


Views: 814 | Rating star | by Marry
PHP - Postcards

Apache PHP Tutorials - Installing and Running Apache Server and PHP Script Pages

Apache PHP Tutorials - Installing and Running Apache Server and PHP Script Pages

A collection of 14 tutorials on Apache and PHP installation and configuration covering: How to download and install Apache 2.x and PHP 5; How to...


Views: 510 | Rating star | by Simon
PHP - Installing PHP

PHP Tag Cloud Script

PHP Tag Cloud Script

In this tutorial you will be shown how to create a class based word cloud / tag cloud using PHP. This is because it will be more convenient for...


Views: 885 | Rating star | by John
PHP - Site Navigation

Scraping Links With PHP

Scraping Links With PHP

Learn how PHP can be used to gather and store links from web pages. This tutorial covers how to fetch a page's content using cURL, parse the...


Views: 914 | Rating star | by Marry
PHP - Web Fetching

Create A Facebook Application

Create A Facebook Application

A simple step by step lesson on how to create a Facebook application using PHP. This tutorial walks you through registering your application,...


Views: 579 | Rating star | by Amy
PHP - Miscellaneous

Text Size Switching Using PHP

Text Size Switching Using PHP

Using PHP and CSS in this combination is slightly different from the traditional approach, which uses JavaScript to dynamically alter CSS styles....


Views: 541 | Rating star | by Steve
PHP - Miscellaneous