Looking to serve up images outside your document root? This article will discuss how to do this with Apache and PHP.
Looking to serve up images outside your document root? This article will discuss how to do this with Apache and PHP.
Suppose you are building a voting booth application. One of the things you want to avoid is letting a user vote multiple times to skew results. How do you prevent this from happening?
This article will discuss in detail how to setup a local Windows Apache, MySQL, and PHP (WAMP) development environment.
Having problems with installing the PHP Windows version and Mysql? No doubt it can be a frustrating experience, especially if you are new to PHP, Mysql, and Apache. Here are some common problems and solutions that I have run into over the years.
This article will show how to roll your own trivial template engine in PHP. It will show how to clearly separate presentation from code keeping both developer and designer out of each others' way.
Do you want to drive more traffic to your Drupal website? This is a Drupal PHP snippet that will generate social bookmarking links for your blog nodes. It builds a list of social bookmarks for the current blog node. Use this as part of your custom Drupal theme by inserting this into node-blog.tpl.php file.