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
PHP Functions
As with any decent language, PHP allows you to write your own functions. Let's look at a simple one...
Type : PHP Tutorials
Level : Beginner
Added : Oct 05, 2005
Rating : Less than 3 votes yet
One File Website
This will be for the smaller websites, for the larger ones you can always include, this is still a great tutorial. It's quite simple really, PHP has a nice variable array called $_GET, You can set a variable to be equal to this, to use in if statements, like this...
Type : PHP Tutorials
Level : Experienced
Added : Oct 05, 2005
Rating :




Pagination with PHP
This tutorial is designed to guide you through the logic and code behind the process of paginating data in PHP. In this tutorial, the data is retrieved from mySQL database...
Type : PHP Tutorials
Level : Beginner
Added : Oct 05, 2005
Rating :




About PHP and ASP Style Tags
PHP stands for "PHP: Hypertext Preprocessor". Alot of people have been confused by this as the acronym PHP is part of the actual name derived from the acronym. PHP is a general-purpose scripting language, its ease of use and learning curve make it especially suited to web development...
Type : PHP Tutorials
Level : All levels
Added : Oct 05, 2005
Rating : Less than 3 votes yet
Variables, Comments
We can assign values to variables with ease. Assiging a value to a variable works from right to left. The value on the right will be assigned to ...
Type : PHP Tutorials
Level : Beginner
Added : Oct 05, 2005
Rating :




Populating a Drop Down Menu with Info. from a Database
Editor's Pick in HTML Tutorials, November 2005
Discover the advantages of adding a database driven drop down list. Such menus are a easy way to cram a lot of links into a small, easy to maintain space.
Type : PHP Tutorials
Level : Experienced
Added : Sep 30, 2005
Rating :







