Best Tutorials website
Latest tutorials

Advertisment

Simple Security and Sessions in PHP

Simple Security and Sessions in PHP

This article demostrates an easy way to maintain sessions and security (or authorization) in PHP. It does NOT use the PHP built in session support....


Views: 997 | Rating star | by Jarry
PHP - Security

Writing Secure PHP Code

Writing Secure PHP Code

This article will guide you through writing secure PHP code and covers many of the common security pitfalls one will encounter while making php...


Views: 1003 | Rating star | by Source
PHP - Security

Create a random password

Create a random password

Nice little function that will generate a completely random password.


Views: 985 | Rating star | by Slicer
PHP - Security

HTML Templates

HTML Templates

Most sites use a standard template throughout the whole website. The header and footer data is stored in a .php file and loaded for each page...


Views: 1028 | Rating star | by Daniel
PHP - Site Navigation

Dynamic URLS using php and mysql

Dynamic URLS using php and mysql

A tutorial with code snipple included that tells you how to generate links with URLs such as index.php?ID=5 and such. Very easy to follow.


Views: 1014 | Rating star | by Nick
PHP - Site Navigation

php login script tutorial

php login script tutorial

This tutorial sows you how a simple php login system is created.


Views: 976 | Rating star | by Sarah
PHP - User Authentication

Maintaining state with PHP4 sessions

Maintaining state with PHP4 sessions

HTTP as a protocol is stateless, which doesn't make it easy for a developer. For example, your web server sends out a page to someone ordering...


Views: 958 | Rating star | by Stephen
PHP - User Authentication

Session Management and Authentication with PHPLIB

Session Management and Authentication with PHPLIB

This three-page online tutorial/article talks about managing user session and authntication using PHPLIB, a set of PHP classes designed to make is...


Views: 917 | Rating star | by Sarah
PHP - User Authentication

Building a Secure Admin Area & .htaccess

Building a Secure Admin Area & .htaccess

This tutorial along with sample code explains how to make a hardcoded admin password gateway using PHP. It also covers how to use .htaccess for...


Views: 773 | Rating star | by Source
PHP - User Authentication

User Authentication from a MySQL database

User Authentication from a MySQL database

Here is a step-by-step tutorial on how to create a user authentication system using PHP/MySQL. It takes you through creating an appropriate MySQL...


Views: 939 | Rating star | by Donald
PHP - User Authentication

Session Management with PHP4

Session Management with PHP4

One of the new great features with PHP4 is the session management feature. It allows you to store variables in a session 'object' during...


Views: 1010 | Rating star | by Tutorial
PHP - User Authentication

Using a page by page password system using mySQL

Using a page by page password system using mySQL

One cool thing about php is that you can fairly easily validate users before displaying content on a page by page basis. Let's say you...


Views: 876 | Rating star | by Isac
PHP - User Authentication

Building dynamic WML sites

Building dynamic WML sites

This tutorial by PHPBuilder will show you how to build PHP/WML pages to access a MySQL database which contains professors' receiving hours and...


Views: 981 | Rating star | by John
PHP - WAP and WML

Introduction to WML, Apache, and PHP

Introduction to WML, Apache, and PHP

This article covers the basics of wml, how to set up your apache server, and php. Covering the basics allows you to set up the wireless environment...


Views: 1055 | Rating star | by Jason
PHP - WAP and WML

Wap-Enabling a Website with PHP3

Wap-Enabling a Website with PHP3

Ever wonder what it took to get a site to work on those new 'web-enabled' cell phones? This short tutorial will do just that by giving...


Views: 959 | Rating star | by Jason
PHP - WAP and WML

yahoo stock quote (csv file)

yahoo stock quote (csv file)

This example shows how to get the CSV file for a certain company . We can then get all of the entries and display them individually . This means...


Views: 950 | Rating star | by Mark
PHP - Web Fetching

Creating a php Traffic Tracker

Creating a php Traffic Tracker

Learn how to create a layered web stats report generating script complete with dynamic graphs.


Views: 972 | Rating star | by Jason
PHP - Web Traffic Analysis

safeReferral Function

safeReferral Function

This function saves the referrals to a text file. Each url will only be saved once.


Views: 1053 | Rating star | by Jarry
PHP - Web Traffic Analysis

Generating Advanced Web Page Statistics using PHP

Generating Advanced Web Page Statistics using PHP

This tutorial is intended for the PHP programmer interested in gathering and analyzing Website statistics in a presentable format using MySQL and...


Views: 908 | Rating star | by Steve
PHP - Web Traffic Analysis

Generating Web Page Statistics using PHP

Generating Web Page Statistics using PHP

This is an extensive tutorial that will show how to gather and analyze Website statistics in a presentable format using mySQL and PHP. You will...


Views: 1013 | Rating star | by Brad
PHP - Web Traffic Analysis