LAMP. It stands for Linux, Apache, MySQL and PHP. It's all you need to build fast, robust Web applications. All four applications can be downloaded from the Internet and used without restriction because they have open-source licenses.
Contact Forms PHP / Forms
This is very easy with a little PHP coding - So easy, in fact, that this tutorial can be understood by just about anyone, and the code itself is also mystifyingly short considering its ability to benefit your website.
Easy Calendar Applications PHP / Date and Time
One of the latest crazes on the 'net has recently been online calendars. with the MCAL library and PHP, writing calendar applications is now easy and fully functional.
Contact Form PHP / Forms
Contact forms are becoming more and more frequent on many websites. While in their simplest method they are fairly easy to create, adding security cranks up the difficulty just a notch. However, this easy to understand tutorial should help you create one in no time at all.
Making Data Dynamic PHP / Databases
One of the main strengths of PHP is its support for a vast number of databases. Very often, PHP and MySQL are viewed as an entity. However, other databases have their strengths, toofor instance, it took MySQL a very long time to support features that are considered standard in other systems; however, MySQL is known to be very fast.
A HOWTO on Optimizing PHP PHP / General Development
PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution. In this chapter, we explain why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them. We also cover how to tune and optimize your PHP scripts so they run even faster.
HTML E-mail PHP / Emailing
An HTML e-mail is a message that is presented in HTML instead of plain text. This allows control of colors and fonts, and it even allows the inclusion of images in a message. It's easy to send HTML e-mail from your client, but it's not as easy from a PHP script.
Easy Flat File Hit Counter PHP / Counters
Create a very simple hit pageview counter without any database! Use flat file scripting to make an easy counter!
URL Verification PHP / Network and Communication
Do you have a big list of links in your database that you want to display but only want to show ones that are still in existance? Well theres a very easy method for doing so. All you need is the fsockopen() function. Here is an example.
PHP Navigation PHP / Templates
In this tutorial, you will learn how to make it extremely easy to edit your site, by putting your layout in only one file, and your content into separate files.
Where did they go today? PHP / Site Analysis
Have you ever wondered where people go when they leave your site? With php3 it is easy to trace this. Sure, several solutions of redirect-cgi's exist, but why bother with another language when you can keep it straight to php3 and make it more........