Interview with Anil Dash of Six Apart by Ahmad Permessur 10/11/06
In this interview, we talk to Anil Dash, Vice President for Six Apart, the makers of Movable Type, TypePad and LiveJournal. Anil has a excellent post 'Web Development Trends for 2006' on his blog and we follow up with him. more...
Developing State-enabled Applications With PHP by John L 5/28/06
This article explains how to increase interactivity of your website by using either cookies or sessions to remember the state of the browsing session of your visitors. more...
Track Your Visitors, Using PHP by Dennis Pallett 5/28/06
There are many different traffic analysis tools, ranging from simple counters to complete traffic analyzers. Although there are some free ones, most of them come with a price tag. Why not do it yourself? With PHP, you can easily create a log file within minutes. In this article I will show you how! more...
Developing a Login System with PHP and MySQL by John L 5/28/06
Most interactive websites nowadays would require a user to log in into the website’s system in order to provide a customized experience for the user. Once the user has logged in, the website will be able to provide a presentation that is tailored to the user’s preferences. more...
Sample Chapter: Building Websites with Mambo by Packt Publishing 5/28/06
In this chapter, we will go through the process of installing and running Mambo. Mambo is an Open Source CMS based on PHP and mySQL. more...
PHP and Cookies; a Good Mix! by Dennis Pallett 3/12/06
Cookies have long been used in PHP scripts, and are a very useful function. But what exactly are cookies? Maybe you have used then, but you still don't know exactly what they are. Or you are completely new to cookies? It doesn't matter, because in this tutorial I will show you exactly what cookies are, and what they are used for. more...
Mastering Regular Expressions in PHP by Dennis Pallett 3/12/06
Want to know what regular expressions are? This article will show you exactly what they are, how they are used, and includes some examples to get started with regular expressions. more...
PHP script to display Google PageRank by Emir Plicanic 1/13/06
PageRank is a numeric value that represents how important a page is on the web. It is Google's way of measuring the importance of web site. Here is PHP script to calculate PageRank... more...
Screen scraping your way into RSS by Dennis Pallett 1/07/06
Dennis Pallett shows us how to generate a RSS feed from a website, that does not have a feed themself. If you’re in dire need of a RSS feed from a specific page or website, this is the tutorial for you! more...