Best Tutorials website
Latest tutorials

Advertisment

PHP & MYSQL Setting up the database

PHP & MYSQL Setting up the database

This tutorial is the second part of our PHP/MYSQL series of articles. In this episode we show you setting up a MYSQL Database through phpmyadmin...


Views: 494 | Rating star | by Steve
PHP - Database Related

ISO to UTF-8 Tutorial

ISO to UTF-8 Tutorial

Searching the web for a problem I face on a greek site about encoding, I found a very useful PHP class which changes the charset of a variable.


Views: 544 | Rating star | by Sarah
PHP - Miscellaneous

Authentication and Security

Authentication and Security

In this tutorial we discuss the techniques used to build web database applications that authenticate, authorize, and protect the data that is...


Views: 815 | Rating star | by Sean
PHP - User Authentication

PHP Photo Album script

PHP Photo Album script

This script shows how to use PHP to automate the retrieval of all images within a specific directory, then pass it on to a JavaScript to create a...


Views: 825 | Rating star | by Jarry
PHP - Image Manipulation

Rating System

Rating System

Create a complete rating system in php that can be used for graphics sites.


Views: 867 | Rating star | by Sean
PHP - Polls and Voting

Basic News System

Basic News System

Learn the basics of Mysql & Php by building a news system


Views: 892 | Rating star | by Source
PHP - News Publishing

Regular Expressions

Regular Expressions

Learn what Regular Expressions are and how to use them.


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

Cookies and You

Cookies and You

Learn about cookies and where and how to use them


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

Mastering Regular Expressions in PHP

Mastering Regular Expressions in PHP

In this tutorial, you will learn how regular expressions work in PHP, and give you a short introduction on writing your own regular expressions. I...


Views: 488 | Rating star | by Tutorial
PHP - Miscellaneous

In Depth Contact Form Part 3 - Better Error Checking

In Depth Contact Form Part 3 - Better Error Checking

Part 3 of the contact form tutorial looks back at the error checking in place previously, and asks the question 'How can we make it...


Views: 808 | Rating star | by Steve
PHP - Form Processing

User online

User online

This tutorial show you php script that count how many users are active on your site.


Views: 867 | Rating star | by Source
PHP - Web Traffic Analysis

Creating simple PHP guestbook for beginners

Creating simple PHP guestbook for beginners

Learn to creating simple PHP guestbook easy and simple.


Views: 1059 | Rating star 1 | by Ben
PHP - Guestbooks

Hit Counter

Hit Counter

Create your own counter script using a basic knowledge of php + mysql script and keep your stat into database for analysis.


Views: 927 | Rating star | by John
PHP - Counters

Upload single file

Upload single file

Simple PHP uploading file scripts.


Views: 794 | Rating star | by Brad
PHP - File Manipulation

Uploading multiple files

Uploading multiple files

You can upload multiple files with one time submittion. Array is a big role in this tutorial, let's see the scripts.


Views: 765 | Rating star | by Source
PHP - File Manipulation

Limit upload file size

Limit upload file size

This PHP upload form can limit file size.


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

Creating simple PHP contact form

Creating simple PHP contact form

When you need user send feedback to your email you can use contact form. In this tutorial you'll learn how to create contact form with php...


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

Securing Forms with Random Noisy Images

Securing Forms with Random Noisy Images

This tutorial is intended for those who want to ensure that the data retrieved by a form processor PHP is sent by the expected form, not another...


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

Googlifying Search Results

Googlifying Search Results

The purpose of this article is to show how to build two functions that help make PHP search results from a database look more appealing to users.


Views: 886 | Rating star | by Slicer
PHP - Searching

Turning off Session IDs

Turning off Session IDs

The article outlines 2 solutions for removing the appending of the session id to the the url.


Views: 850 | Rating star | by Daniel
PHP - Cookies and Sessions