PHP Server to Client with No Refresh
Although most of our companies work is template based design, the end result is always unique and adapts to each client's individual needs.
Type : PHP Tutorials
Level : Beginner
Added : Mar 27, 2006
Rating :




Some PHP Functions You Must Know
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.
Type : PHP Tutorials
Level : Beginner
Added : Mar 24, 2006
Rating :




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...
Type : PHP Tutorials
Level : All levels
Added : Mar 03, 2006
Rating :




Uploading Files With PHP
Upload an image or file to your server without using your FTP.
Type : PHP Tutorials
Level : Beginner
Added : Mar 02, 2006
Rating :




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:
Type : PHP Tutorials
Level : Beginner
Added : Feb 28, 2006
Rating :




Displaying Date and Time using PHP
Type exactly like below in Notepad or any other HTML Editor and save it as date.php in your localhost.
Type : PHP Tutorials
Level : Beginner
Added : Feb 01, 2006
Rating :




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:
Type : PHP Tutorials
Level : Beginner
Added : Dec 29, 2005
Rating :




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.
Type : PHP Tutorials
Level : Beginner
Added : Oct 25, 2005
Rating :




Handling Files
We can use PHP to open files and manipulate the data contained within them...
Type : PHP Tutorials
Level : Beginner
Added : Oct 05, 2005
Rating : Less than 3 votes yet
Cookies Handling
Another great feature in PHP is cookie handling, PHP lets us do this with ease. The function we use to set a cooke is setcookie()...
Type : PHP Tutorials
Level : Beginner
Added : Oct 05, 2005
Rating : Less than 3 votes yet



