Best Tutorials website
Latest tutorials

Advertisment

Building a fulltext search engine with PHP

Building a fulltext search engine with PHP

In this article I will show you how you can use the database library from eZ publish to build database independent fulltext search engine. I will...


Views: 897 | Rating star | by David
PHP - Searching

Mailing list manager

Mailing list manager

Learn to make a mailing list manager for our site and its users.


Views: 860 | Rating star | by Nick
PHP - Email Systems

PHP and Web Design

PHP and Web Design

Build pages that is easy to update and modify with PHP


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

Random Quote Generator

Random Quote Generator

This can be very useful if you have quotes, headlines, or something that you want displayed randomly on your page.


Views: 909 | Rating star | by Donald
PHP - Randomizing

Introduction to Loops

Introduction to Loops

A brief introduction into for and while loop structures.


Views: 552 | Rating star | by Steve
PHP - Introduction to PHP

Using The Google Web APIs With PHP

Using The Google Web APIs With PHP

Teaching you about the google web api's functionality.


Views: 863 | Rating star | by Sean
PHP - Searching

Invano Navigation System

Invano Navigation System

This tutorial will show you how people link like www.invano.com?php:shoutbox


Views: 908 | Rating star | by Sarah
PHP - Site Navigation

Displaying Information and Variables

Displaying Information and Variables

This is a basic tutorial for a complete beigginer which teaches you how to display information on a page using PHP and how to use variables.


Views: 606 | Rating star | by Amy
PHP - Introduction to PHP

Getting visitor information

Getting visitor information

Getting information about your visitors is interesting and sometimes useful for generating statistics, especially when you have a high traffic.


Views: 914 | Rating star | by Nick
PHP - Web Traffic Analysis

Alternating row colors

Alternating row colors

Alternating row colors is a very good way to make big tables more ergonomic and esthetic. Script and explanation here. Also explains the modulus...


Views: 497 | Rating star | by Colin
PHP - Miscellaneous

Two different ways to create BBcode

Two different ways to create BBcode

Two different methods for creating bbcode for your scripts


Views: 894 | Rating star | by Sean
PHP - Discussion Boards

PHP DB Admin Control

PHP DB Admin Control

This is a small web based database administration code using PHP 4+ and mySQL database.


Views: 562 | Rating star | by David
PHP - Database Related

Customizing PHP Safe Mode

Customizing PHP Safe Mode

We'll guide you through using PHP safe_mode and how-to enable it and to customize it for certain sites on your server. If a client needs it...


Views: 882 | Rating star | by Sean
PHP - Security

Loops

Loops

A brief over view of loops. Echos out from 0 to 12. Just for beginner's to loops.


Views: 553 | Rating star | by Steve
PHP - Miscellaneous

Error Reporting Sent To Your Inbox

Error Reporting Sent To Your Inbox

This tutorial will show you how to redirect a user to your error page when the code causes and error, or a url is missing. Then the code grabs the...


Views: 889 | Rating star | by Marry
PHP - Error Handling

Simple Download Counter

Simple Download Counter

This tutorial will show you how to make a sql table for all your downloads, and also how how many times any of the files in it have been...


Views: 880 | Rating star | by Isac
PHP - Web Traffic Analysis

Terms Of Service

Terms Of Service

This tutorial will show you how to add a terms of service like the one when you register on a forum on your site. So if you are say offering...


Views: 528 | Rating star | by Steve
PHP - Miscellaneous

Basic PHP Authentication

Basic PHP Authentication

This tutorial will show you how to add a pop up like seen when trying to login to an admin control panel, and will ask for a user name and...


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

Clean Urls with PHP

Clean Urls with PHP

Get clean and search engine friendly urls for your php site without using mod_rewrite.


Views: 861 | Rating star | by Mark
PHP - Site Navigation

Setting Up Zend Optimizer Tutorial

Setting Up Zend Optimizer Tutorial

The Zend Optimizer is a free application that runs the files encoded by the Zend Encoder and Zend SafeGuard Suite, while enhancing the running...


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