Simple PHP Hit Counter Script
PHP 4+ is required for this tutorial. PHP 5 is optional
This tutorial is for beginners with very limited knowledge of PHP. You will learn to make a very simple hit counter. The counter isn't important -- it's the techniques used that you should try to remember. Something similar will pop up later on, so try to remember what was said in this tutorial.
If you are rather experienced with PHP, you still can follow along. It never hurts to brush up on some old easy stuff. I will show you how to create a hit counter (not uniques, just simple hits) using a flatfile. Alright, let's get started.
Print This Post
Basic Variables
Print This Post
Error: “PEAR: command not found”
The error
If you build PHP with PEAR, and the script pear does not exist on your server, this is what happened:
Print This Post
Check whether your server is up or down
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 ping command with PHP.
Print This Post
AJAX Using Prototype
Getting Started
Do you want to take the leap into the world of Ajax (Asynchronous JavaScript and XML) but don't know where to begin. Well I was in your situation. I came across prototype.js a nifty little JavaScript file that makes Ajax calls so easy you can do it within a few minutes. The first step you need to do is download the prototype.js file from http://www.prototypejs.org/. Put this JavaScript file in the directory of the website you wish to add Ajax to. The next step is implementing the Ajax.
Print This Post
What is Fantastico?
Fantastico is a system designed to make installing popular scripts easy. Fantastico is a program that integrates with the popular online control panel” Cpanel” to offer web hosting customers the ability to install popular programs and scripts with the ease of a click on a button. Fantastico is extremely easy to use. While it is written with the non-technical user in place, it also found great interest from more technically-minded users who wish not to waste time on manually configuring many installation files to install a Perl or PHP script on their websites. Fantastico is a great choice if you want to install something like a blog. WordPress or Nucleus are two supported blog installations done by Fantastico.
Print This Post

Creating a guestbook
Posted by admin
In this tutorial I will show you how to create a simple guestbook where your visitors can leave messages which are stored in a MySQL database. It contains the basic functions and security settings.