Basic Poll Script in PHP
This article will teach you how to write a basic poll script in php. You will mysql and a new version of PHP.
Type : PHP Tutorials
Level : Professional
Added : Apr 20, 2005
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
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
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
The Basics of Java Script
Type : JavaScript Tutorials
Level : Beginner
Added : Apr 14, 2005
Using Sessions in ASP
Sessions are a safer, more effective alternative to cookies. This tutorial will teach you how to use sessions in ASP.
Type : ASP Tutorials
Level : Experienced
Added : Apr 14, 2005
Dealing with Requests in ASP
This tutorial will show you how to change the location of an iFrame using requests in one file.
Type : ASP Tutorials
Level : Beginner
Added : Apr 14, 2005
Show the Number of Users Online
Learn how to use global.asa to display the number of users visiting your site. This tutorial can be broken down into two sections, global.asa, and numvis.asp. Before you can begin this tutorial, make sure your host supports global.asa...
Type : ASP Tutorials
Level : Experienced
Added : Apr 14, 2005
Form Mail via CDONTS
ASP gives you the power to send mail using the "CDONTS" mail object. This script will send an email from a user to whichever email address you choose...
Type : ASP Tutorials
Level : Experienced
Added : Apr 14, 2005
Reading a Database
Learn how to display data from a Database.
Displaying data from a database is one of the most common uses of ASP.
Here's some sample code:...
Type : ASP Tutorials
Level : Beginner
Added : Apr 14, 2005

