Loading...

Search Results in category “PHP”

in PHP
PHP:Form Series: Validators & Client-side Validation

Editor's Pick in Web Programming, April 2006
This tutorial is really helpful to those of us who are a little intimidated by PHP:form. All of those hard to answer questions are easily explained in this simple to use educational web page. Hope you enjoy!

read more
in PHP
Banner Rotation Using PHP

Creating a simple ad-rotator, the ads are stored in a text file and picked randomly by this PHP code. Most of the webmaster use banner ads, we will be creating a very simple banner rotator, which picks up randomly one ad from the banner file and displays it, this file can be called in any other page...

read more
in PHP
PHP File System

We will discuss the common filesystem functions available to you. First of all, in order to do anything with a file, we must first open it. To do so we will use the following line:

read more
in PHP
URL Verification

Do you have a big list of links in your database that you want to display but only want to show ones that are still in existance? Well theres a very easy method for doing so. All you need is the fsockopen() function. Here is an example:

read more
in PHP
Get Hostname Behind Proxies

This is a very simple code and works for anybody who is behind proxies and people who are not. This might be usfull if your have cable users visiting your site.

read more

Copyright © All Rights Reserved