Best Tutorials website
Latest tutorials

Advertisment

Creating a Simple Quiz Script

Creating a Simple Quiz Script

An great way to create a quiz on your website, easy to manipulate.


Views: 535 | Rating star | by Jason
PHP - Form Processing

Installing Apache Server on Windows XP.

Installing Apache Server on Windows XP.

Installing Apache 2.2.4, PHP 5.2.3, MySQL 5.0.45, phpMyAdmin-2.10.2 on Windows XP.


Views: 574 | Rating star | by Source
PHP - Installing PHP

Yesterdays date, the easy and hard way

Yesterdays date, the easy and hard way

There are hard and easy ways to work with dates in PHP. Here is the hard and the easy way to get 'yesterdays date'.


Views: 572 | Rating star | by Slicer
PHP - Date and Time

Getting stock quote

Getting stock quote

In this tutorial I will show you how you can get any stock quotes from yahoo and display it on your own site.


Views: 849 | Rating star | by Slicer
PHP - Web Fetching

Paypal IPN

Paypal IPN

How to use Paypal's IPN system with a simple single item purchase.Instant Payment Notification allows you to integrate your PayPal payments...


Views: 887 | Rating star | by Marry
PHP - E Commerce

Time Based Pages

Time Based Pages

Redirect the user to a different page depending on what time of the day it is.


Views: 797 | Rating star | by Troy
PHP - Redirection

PHP MySQL by examples

PHP MySQL by examples

Learn by examples how to manipulate your database using PHP


Views: 588 | Rating star | by Colin
PHP - Database Related

PHP date() function introduction

PHP date() function introduction

Learn how date() function works, handles and how to format it for your needs.


Views: 547 | Rating star | by Brad
PHP - Date and Time

An Introduction to MySQL

An Introduction to MySQL

Very informative infromation when firt learning Databases with PHP.


Views: 502 | Rating star | by Ben
PHP - Database Related

Stop email bots

Stop email bots

This quick and easy tut will show you how to trick email bots from exploiting your email form.


Views: 582 | Rating star | by Troy
PHP - Email Systems

Opening And Closing Files In PHP

Opening And Closing Files In PHP

In this tutorial you will learn the basic way of opening and closing a text file using PHP.


Views: 479 | Rating star | by Sarah
PHP - File Manipulation

PHP Debugging with Zend Studio

PHP Debugging with Zend Studio

In this tutorial, we will explore how to use the latest update of Zend Studio for debugging PHP scripts. But first, we will get an overview of the...


Views: 874 | Rating star | by Colin
PHP - Error Handling

PHP Installation and The Basics

PHP Installation and The Basics

To get PHP and Apache installed use Xampp. Then introducing some basic coding with PHP


Views: 541 | Rating star | by Isac
PHP - Installing PHP

Automate telnet tasks with PHP Telnet

Automate telnet tasks with PHP Telnet

I have several tasks throughout the day that require entering repetitive commands through a telnet session. PHP Telnet is a PHP script that will...


Views: 847 | Rating star | by Tutorial
PHP - Networking

Database Linking

Database Linking

In this tutorial I will teach you how using dreamweaver you can link to a specific category in your php database.


Views: 861 | Rating star | by Amy
PHP - Link Indexing

Object Orientated: Creating an Advanced Pagination Class

Object Orientated: Creating an Advanced Pagination Class

This class will display the results of any MySQL table including all the fields and rows. It will work out how many fields there are and display...


Views: 498 | Rating star | by Isac
PHP - OOP

Domain & TLD parsing

Domain & TLD parsing

Parsing URLs in PHP isn’t perfect. Don’t get me wrong here, it does the job when it comes to breaking the URL in logical parts, but, it...


Views: 500 | Rating star | by Adam
PHP - Miscellaneous

Making a Randomized Image (Useful for Forum Avatars)

Making a Randomized Image (Useful for Forum Avatars)

Create a script that randomly selects and image and displays it.


Views: 558 | Rating star | by Colin
PHP - Randomizing

How to create a basic rating system

How to create a basic rating system

In this tutorial I will show you how to create a basic and simple to use rating system. To make the script more simple and database independent we...


Views: 811 | Rating star | by Tutorial
PHP - Polls and Voting

Monkey PHP: Database Basics

Monkey PHP: Database Basics

Covering the basics of databases. Databases are a means to store data. Many dynamic websites are database driven because it means the data can be...


Views: 534 | Rating star | by Mathew
PHP - Database Related