PHP Tutorials
PHP has become a standard in web programming and development that allows programmers to create web pages with dynamic content that can interact with different types of databases (primarily native to MySQL). It helps to create more interactive web pages, thus improving the user experience. If you're looking for tutorials in writing your own web scripts or open-source server side scripts, the tutorials in this section can help you.
- Ad Management (4)
- Calendars (3)
- Chat Systems (1)
- Classified Ads (0)
- Content Management (3)
- Cookies and Sessions (4)
- Counters (1)
- Database Related (8)
- Date and Time (3)
- Development (6)
- Discussion Boards (2)
- E Commerce (3)
- Email Systems (5)
- Error Handling (1)
- File Manipulation (5)
- Flash and PHP (2)
- Form Processing (4)
- Guestbooks (2)
- Image Manipulation (1)
- Installing PHP (4)
- Introduction to PHP (7)
- Link Indexing (2)
- Mailing List Management (3)
- Miscellaneous (6)
- Networking (1)
- News Publishing (2)
- OOP (89)
- PEAR (3)
- PHP vs Other Languages (4)
- Polls and Voting (4)
- Postcards (0)
- Randomizing (3)
- Redirection (2)
- Searching (4)
- Security (2)
- Site Navigation (2)
- User Authentication (3)
- WAP and WML (1)
- Web Fetching (2)
- Web Traffic Analysis (2)
- XML and PHP (64)
- Zend Framework (1)
Recent PHP Tutorials
In: PHP /
XML and PHP
June 03, 2010
This tutorial helps you understand: PHP Implementations of SOAP; Checking My PHP Installation on Windows; Installing SOAP...
In: PHP /
XML and PHP
June 03, 2010
If you run a content driven web site, even a blog, one problem you might find is getting content. A great free source of...
In: PHP /
XML and PHP
June 03, 2010
In this tutorial, Timothy shows you how to use XSLT to transform XML documents into HTML documents. Of course, the use of...
In: PHP /
XML and PHP
June 03, 2010
Unfortunately, PHP 4's XML support was somewhat limited. Some extensions did not prove to be very stable. This changed drastically...
In: PHP /
XML and PHP
June 03, 2010
This six-page tutorial explains how to parse xml using DOM, an alternative to the popular Expat. Covers the objects used...
In: PHP /
XML and PHP
June 03, 2010
This 7-page article discusses how to make the web of services interact with one another using XML_RPC and PHP. Describes...
In: PHP /
XML and PHP
June 03, 2010
Using Ajax, this script makes it easy to display RSS feeds from other sites inside DIV containers, by communicating with...
In: PHP /
XML and PHP
June 03, 2010
This article will inform you on how many people go about creating multilingual websites, as from the title, the article ...
In: PHP /
XML and PHP
June 03, 2010
This tutorial will provide a simple example of one method for parsing an XML document, more specifically, an RSS formatted...
In: PHP /
XML and PHP
June 03, 2010
This tutorial helps you understand: PHP SOAP Extension Functions for Server Applications; HelloServer.php - First SOAP Server...