Object Oriented Programming With PHP 4.1.x
Object Oriented Programming provides raw power to PHP 4.1.x Part 1:Introduction First off, an object (also know as a class) is a very simple section of code that has a section of its own variables and functions. In a simple way an object is kind of like a program itself. Objects can be used fo...
Type : PHP Tutorials
Level : Experienced
Added : Apr 20, 2005
E-mail Validation with PHP
Editor's Pick in Web Programming, April 2005
When you register on at a website, the site normally checks if the e-mail address that you enter is in a valid format. This is done by using what called a Regular Expression. What we need to do is check if a string (eg $email) match...
Type : PHP Tutorials
Level : Beginner
Added : Apr 18, 2005
Image Databasing
Editor's Pick in Web Programming, April 2005
This tutorial teaches you how to upload images into a mysql database using PHP. Even though it sounds complicated, it is fairly simple and has many practical applications. One example of an application would be Forum User Images...
Type : PHP Tutorials
Level : Professional
Added : Apr 18, 2005
A Beginners Guide to Server Side Includes
While much has been written about Server Side Includes (SSIs -also known as Virtual Includes) much of this information is designed for intermediate to advanced webmasters. This article is aimed at beginners...
Type : PHP Tutorials
Level : Experienced
Added : Mar 03, 2005
Generate HTML Files With PHP To Reduce The Server Load
PIM Team Case Study How you can have a site with tons of visitors without to crash the server? Problem PIM Team Bulgaria had the task to create a quiz site able to hold an extreme server load. The site is currently installed as beta version at www.quizzy.net. Goals - Create a ...
Type : PHP Tutorials
Level : Professional
Added : Nov 17, 2004
No Direct Linking
If you want to prevent those awful direct linkers, use this tutorial. Open up your notepad (start>>programs>>accessories>>notepad) or another text editor, and copy the code below to it. Name this file .htaccess and make sure it doesn't have an extension on the end, like .txt. If i...
Type : PHP Tutorials
Level : Experienced
Added : Aug 02, 2004
Blocking Bad Agents from downloading your website
If you found this page searching Google or search engine, you must be looking for a solution how to bloc.....
Type : PHP Tutorials
Level : Experienced
Added : Aug 02, 2004

