Basics · Newest PHP Tutorials

Installing PHP 5x on Windows vista

Learn how to install php 5.x on windows vista.after seeing so many tutorials and trying them nothing worked.until i worked and found the real way to make php work.
Basics » mylifeevents.wordpress.com
Score(+): 3 | Views: 156 | Similar Tuts | Save it | View this tutorial

Dynamic PHP Google Sitemap

This tutorial will show You how to generate google sitemaps based on Your site MySQL structure.
Basics » bwebi.com
Score(+): 3 | Views: 155 | Similar Tuts | Save it | View this tutorial

Creating a file based AD rotator script

In this tutorial I will show you hot to create a simple AD rotator script without using database. The script can display both text and image ads and you can control the number of ads to be displayed at once.
Basics » phptoys.com
Score(+): 4 | Views: 199 | Similar Tuts | Save it | View this tutorial

Taking a Bite out of the Set Cookie Function

Learn more about Taking a Bite out of the Set Cookie Function
Basics » talkphp.com
Score(+): 2 | Views: 117 | Similar Tuts | Save it | View this tutorial

How to create a basic rating system

In this tutorial I will show you how to create a basic and simple to use rating system. To make the script more simple and database independent we will use simple files to store rating information.
Basics » phptoys.com
Score(+): 2 | Views: 138 | Similar Tuts | Save it | View this tutorial

Looping Statements in PHP

In programming it is often required to repeat a block of code for a given number of times or until a certain condition is not true. For this, we use looping statements. PHP has two major looping statements (FOR and WHILE).
Basics » tutorials.haxansweb.com
Score(+): 0 | Views: 85 | Similar Tuts | Save it | View this tutorial

Detailed PHP sessions tutorial

In this tutorial I will show you how to work with sessions in PHP. You will learn how to transfer information over multiple pages.
Basics » phpf1.com
Score(+): 2 | Views: 147 | Similar Tuts | Save it | View this tutorial

Using References in PHP

References are a useful tool in PHP, read this article to learn what they are and how they can be used.
Basics » zymic.com
Score(+): 0 | Views: 58 | Similar Tuts | Save it | View this tutorial

Writing Regular Expression with PHP

Regular Expression, commonly known as RegEx is considered to be one of the most complex concepts.
Basics » 11amdesign.com
Score(+): 2 | Views: 118 | Similar Tuts | Save it | View this tutorial

Top Referer List

This tutorial will take you step by step through the process of making a top 10 referer list for your website. People who send you traffic is automatically recorded and a top 10 referer list is made based on the amount of traffic they send you.
Basics » tutorialcode.com
Score(+): 1 | Views: 127 | Similar Tuts | Save it | View this tutorial

PHP search engine

This tutorial will show you how to build a php based search engine for your website
Basics » roscripts.com
Score(+): 1 | Views: 133 | Similar Tuts | Save it | View this tutorial

Display All Session Information

Learn to find out what information a PHP script stores in sessions.
Basics » brendenwilson.com
Score(+): 3 | Views: 206 | Similar Tuts | Save it | View this tutorial

Scraping Links With PHP

In this tutorial you will learn how to build a php script that scrapes links from any web page, some things that can be created via scraping links and the legal issues associated with scraping content.
Basics » developertutorials.com
Score(+): 1 | Views: 89 | Similar Tuts | Save it | View this tutorial

LiveThunder's BBcodes and smilies

BBcodes is an excellent way of allowing your users to format their text without allowing them to use HTML. Learn how to make a parser class in this tutorial. Exclusively from LiveThunder.com
Basics » livethunder.com
Score(+): 1 | Views: 104 | Similar Tuts | Save it | View this tutorial

Creating RSS documents with the DOM API

This article illustrates how you can use the PHP5 DOM API to create your own RSS files. When used in conjunction with RSS Parsing with SimpleXML, these articles will help you create and read RSS files by utilizing two of the new PHP5 extensions, SimpleXML and DOM.
Basics » talkphp.com
Score(+): 2 | Views: 120 | Similar Tuts | Save it | View this tutorial