Best Tutorials website
Latest tutorials

Advertisment

Watermark your images using PHP

Watermark your images using PHP

Do you have an image that you want to keep a copyright on? Putting you logo or a URL of your website on each and every image is a quite a long and...


Views: 620 | Rating star | by Ben
PHP - Image Manipulation

Simple reusable PHP/MySQL authentication script

Simple reusable PHP/MySQL authentication script

We will write a simple PHP/MySQL authentication script that can be reused for any of your project.


Views: 566 | Rating star | by Slicer
PHP - User Authentication

Simple Chatbox in PHP/MySQL

Simple Chatbox in PHP/MySQL

A simple chatbox written in PHP and MYSQL database, includes table setup and basic administration area.


Views: 881 | Rating star | by Adam
PHP - Chat Systems

How to restrict visitor access to your web site

How to restrict visitor access to your web site

The proper ways to apply restrictions to your website.


Views: 820 | Rating star | by Brad
PHP - Security

Creating a domain checker

Creating a domain checker

In this tutorial I will show you how to create a PHP script to check whether the actual domain name is available or not.


Views: 855 | Rating star | by Mathew
PHP - Networking

Creating a file upload system

Creating a file upload system

In this tutorial I will show you how to create a simple file upload system with your user can upload a file from the local computer to your webserver.


Views: 508 | Rating star | by Nick
PHP - File Manipulation

Check your server status - a basic ping

Check your server status - a basic ping

In this tutorial I will show you how to check whether a domain, server is up or down and how fast it is. Generally speaking we will implement a...


Views: 844 | Rating star | by Sarah
PHP - Networking

PHP Basics

PHP Basics

If you are beginner to intermediate in PHP then this tutorial is for you, this tutorial discusses some of the basics of PHP in detail.


Views: 590 | Rating star | by Jason
PHP - Introduction to PHP

Macronimous- Google Checkout Integration for PHP

Macronimous- Google Checkout Integration for PHP

Using Google checkout, buying from stores across the web becomes simple and also facilitates you to keep track of all the orders. This articles is...


Views: 544 | Rating star | by Brad
PHP - User Authentication

Basic PHP image tutorial

Basic PHP image tutorial

This tutorial will show how to create images, draw lines, rectangles, ellipses and arcs, how to add text to images, and how to manipulate them...


Views: 526 | Rating star | by Slicer
PHP - Image Manipulation

Poll, Quiz, Voting script generator

Poll, Quiz, Voting script generator

User must choose a question and all the possible answers (up to 10). A script will be generated which must be included in the users page. Votes are...


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

Generate random passwords with PHP

Generate random passwords with PHP

In this tutorial I will show you how to generate random passwords that are highly secure and extremely difficult to crack. However you can choose...


Views: 534 | Rating star | by Steve
PHP - User Authentication

How to get all META data of a website

How to get all META data of a website

In this tutorial I will show you how you can easy check META information of any website. It can be very useful in search engine optimization when...


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

Creating a simple contact form with PHP

Creating a simple contact form with PHP

In this tutorial I will show you how to create a simple contact form with PHP. With the help of a contact form your visitors will fill out a form...


Views: 575 | Rating star | by Mathew
PHP - Form Processing

PHPBB2 integration with your site

PHPBB2 integration with your site

This tutorial will teach you how to easily integrate PHPBB2 into your site.


Views: 905 | Rating star | by Marry
PHP - Discussion Boards

Creating a file based logging script

Creating a file based logging script

In this tutorial I will show you how you can create a small and simple PHP script to log your visitors activity into a file. You just need to add 1...


Views: 824 | Rating star | by Tutorial
PHP - Web Traffic Analysis

Create Thumbnail Images using PHP

Create Thumbnail Images using PHP

This tutorial will describe how to create thumbnail images on the fly using PHP. Furthermore you will learn how to process a whole folder of images...


Views: 552 | Rating star | by Troy
PHP - Image Manipulation

Secure File Upload with PHP

Secure File Upload with PHP

PHP makes uploading files easy. You can upload any type of file to your Web server. In spite of security issues that should be addressed before...


Views: 538 | Rating star | by Tutorial
PHP - File Manipulation

PHP: Sending Email (Text/HTML/Attachments)

PHP: Sending Email (Text/HTML/Attachments)

So, you want to send automated email messages from your PHP application. To understand how to send each variation that may exist on an email, we...


Views: 583 | Rating star | by Isac
PHP - Email Systems

Creating thumbnail - Resize an image with PHP

Creating thumbnail - Resize an image with PHP

In this tutorial I will show you how to resize an image with PHP. You can use this function in your own image gallery implementation or in any...


Views: 519 | Rating star | by Adam
PHP - Image Manipulation