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...
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...
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.
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.
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.
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...