Helping ordinary people create extraordinary websites!

PHP Tutorials

Ad Management (0)
Calendars (2)
Chat Systems (0)
Content Management (3)
Cookies and Sessions (1)
Counters (0)
Database Related (5)
Date and Time (1)
Development (9)
E Commerce (1)
Email Systems (2)
Error Handling (0)
File Manipulation (0)
Flash and PHP (0)
Form Processing (6)
Image Manipulation (0)
Installing PHP (0)
Introduction (1)
Link Indexing (0)
Mailing List Management (0)
Miscellaneous (9)
Networking (0)
OOP (1)
PEAR (0)
Polls and Voting (0)
Randomizing (0)
Redirection (0)
Searching (0)
Security (2)
Site Navigation (1)
User Authentication (3)
Web Fetching (0)
Web Traffic Analysis (0)
XML and PHP (0)


Create a dynamic menu with PHP
Jun 12th in PHP Database Related

Ever wanted to create an unlimited levels menu using PHP and MySQL in Dreamweaver? Things are easier than it sounds if you use the Creative DW Menu Pack developer extension – you just need a database and the extension will do the rest. Let...
Rating: | Votes: 15
Building a Simple PHP Email Script
Jan 29th in PHP Email Systems

PHP is a rather simple language. Much of its syntax is borrowed from C except for dealing with the types of variables. You don't need to think of the types of variables at all - you just work with their values, not their types. And you don't have to...
Rating: | Votes: 14
Text filtering with Zend_Filter
Jan 28th in PHP Form Processing

In this example, we implement text filtering. Filters are chained together. We also implement custom filters.
Rating: | Votes: 18
Using table relationships with Zend_Db_Table
Jan 28th in PHP Database Related

In this example, we implement relationships between tables.
Rating: | Votes: 14
Manipulate a configuration with Zend_Config
Jan 28th in PHP Miscellaneous

In this example, we write a configuration file. Then we read the configuration from the file. Or we extract configuration parameters. We use a PHP configuration file, an INI configuration file, or an XML configuration file.
Rating: | Votes: 16
Caching data with Zend_Cache
Jan 25th in PHP Miscellaneous

In this example, we cache data using the following front-ends: core, standard output, class method, function. Data are cached in a file or in a database.
Rating: | Votes: 15
Working with currencies using Zend_Currency
Jan 25th in PHP Miscellaneous

In this example, we display currencies in various formats and various languages.
Rating: | Votes: 18
Write messages in a log file with Zend_Log
Jan 25th in PHP Miscellaneous

In this example, we implement a log file.
Rating: | Votes: 16
PHP Tutorial: AOL IM Check User Online Status
Jan 25th in PHP Miscellaneous

Learn to see see if a user is currently online on AOL Instant Messenger using PHP. The tutorial uses PHP functions including sockets, files, and strings.
Rating: | Votes: 15
Working in the Method Scope with Static Variables in PHP 5 Classes
Jan 24th in PHP OOP

Despite their name, static properties can help in a wide variety of situations. If you're not using them currently, and you regularly implement design patterns in your code, after reading this series you'll wonder how you ever did without them. This...
Rating: | Votes: 16


SPREAD THE WORD!
Tell a Friend

GET OUR NEWS


Developer Resources