Best Tutorials website
Latest tutorials

Advertisment

Classes and objects in PHP

Classes and objects in PHP

There are many ways to create programming code. One of the easiest but most powerful is to start using object oriented way to think and work. I...


Views: 899 | Rating star 3 | by Colin
PHP - OOP

Compressing Javascript with PHP

Compressing Javascript with PHP

A small tutorial on compressing Javascript with PHP using GZIP.


Views: 501 | Rating star | by Sean
PHP - Miscellaneous

MySQL Database Handling in PHP

MySQL Database Handling in PHP

This comprehensive mysql tutorials touches on Starting a Session with MySQL,Executing SQL Statements against a MySQL database and demonstrating how...


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

Email Activation in PHP

Email Activation in PHP

This article introduces you to Creating your own user registration system allows you to obtain interesting information about the visitors to your...


Views: 884 | Rating star | by Slicer
PHP - Email Systems

Classes and OOP in PHP

Classes and OOP in PHP

This tutorial is a starting point to Object orientated programming (OOP) which is a commonly used term when discussing modern programming...


Views: 912 | Rating star | by Source
PHP - OOP

Displaying an RSS Feed on Your Website Using PHP and MagpieRSS

Displaying an RSS Feed on Your Website Using PHP and MagpieRSS

this tutorial shows you By using RSS and the MagpieRSS toolkit, you can import data from another web site or news source and display that...


Views: 833 | Rating star | by Colin
PHP - XML and PHP

PHP in the Command Line (Shell)

PHP in the Command Line (Shell)

Show you There’s a single line you can add to your web host’s control panel that will automatically archive your websites content using the php...


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

Create excel files with php

Create excel files with php

Excel files are great for many things. It might though be a little bit tricky to generate them on the fly with php. Therefor I will guide you...


Views: 817 | Rating star | by Simon
PHP - File Manipulation

Intro To Object Oriented Programming

Intro To Object Oriented Programming

A beginners guide to Object Oriented programming in PHP. Learn the basic ideas of object, and learn how to create classes and fucntion


Views: 924 | Rating star | by Daniel
PHP - OOP

Intro To Object Oriented: Creating Your First Class

Intro To Object Oriented: Creating Your First Class

Create a basic class and fucntion using object oriented php


Views: 836 | Rating star | by Stephen
PHP - OOP

Intro To Object: Option Variables

Intro To Object: Option Variables

Learn how to break apart a function, allowing different code to run depending on the variables passed.


Views: 496 | Rating star | by Isac
PHP - Miscellaneous

Object Oriented Programming: Image Class

Object Oriented Programming: Image Class

Create a class used to upload, and resize images in php.


Views: 739 | Rating star | by Stephen
PHP - Image Manipulation

Free IP to country without databases

Free IP to country without databases

A simple service for geolocation of visitors. No databases equired. Instead, info is stored in individual files. General database is available, or...


Views: 897 | Rating star | by Amy
PHP - Web Traffic Analysis

Simple PHP mailing list

Simple PHP mailing list

Simple mailing list subscription and unsubcription script. Commented code for easy understanding. No databases required. List of emails will be...


Views: 894 | Rating star | by Isac
PHP - Mailing List Management

Random Password Generation

Random Password Generation

A common feature found on many websites upon user registration are random passwords. This tutorial will walk you through a script that generates a...


Views: 892 | Rating star | by John
PHP - Randomizing

Sessions

Sessions

This tutorial will help you understand: What is a session. How use session in a PHP script. A session test with 3 scripts. How session ID can be...


Views: 848 | Rating star | by Jason
PHP - Cookies and Sessions

Using Cookies

Using Cookies

This tutorial will help you understand: What is a Cookie? Sending and Receiving Cookies Output Control Functions Persistent Cookies Other...


Views: 826 | Rating star | by Troy
PHP - Cookies and Sessions

Create Thumbnail with PHP

Create Thumbnail with PHP

Create a copy of an image as a thumbnail. You get a great function that use the GD library to create the new thumbnail file.


Views: 501 | Rating star | by Marry
PHP - Image Manipulation

Online 5 star rating system

Online 5 star rating system

Create a dynamic 5 star rating system using php and sql like the one on this site


Views: 865 | Rating star | by Amy
PHP - Polls and Voting

Flexible Database Driven Menu

Flexible Database Driven Menu

Following this tutorial you'll be able to create a fully database driven flexible menu that will also allow you to add menu items later and...


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