Tikier Hosting Offshore, Adult, Warez Linking Hosting Allowed

2Apr/100

Creating a file based AD rotator script – PHP Tutorial

Posted by admin

In this tutorial I will show you hot to create a simple AD rotator script without using database. The script can display both text and image ads and you can control the number of ads to be displayed at once.

Print This Post Print This Post
30Mar/100

PHP Regular Expressions

Posted by admin

Regular Expressions are present throughout many, many different languages, and can sometimes be a hassle to deal with.

Firstly, just what are Regular Expressions good for?
Well, Regular Expressions can be used for many different things, namely:

  1. Searching for string in a text
  2. validating a string
  3. pulling out text from string
  4. more..
Print This Post Print This Post
29Mar/100

Simple PHP Hit Counter Script

Posted by admin

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 Print This Post
28Mar/100

Basic Variables

Posted by admin

PHP Basic Variables
Click on "Countinue reading" to see the codes.
Print This Post Print This Post
16Mar/100

Check whether your server is up or down

Posted by admin

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 Print This Post
8Mar/100

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.

Print This Post Print This Post
6Mar/100

Simple Email Validation

Posted by admin

Alright, in this tutorial I will teach you a small version of how to implement email verification for registration to a certain service, such as a newsletter, membership, etc.

Print This Post Print This Post
6Mar/100

Introduction to OOP

Posted by admin

First things first, OOP stands for Object Oriented Programming.
A class is a group of functions and variables.

Print This Post Print This Post