This is a very simple calendar script that is extremely easy to integrate a database into, and it will also get you into AJAX using Script.aculo.us.
The JS allows for updating without the need to refresh a page.
In this tutorial I will show you how to create a calendar script in PHP. We will create a simple but good looking – easy customizable via CSS – calendar table.
A tutorial teach user how to write a php script to generate ics file to add in a event into outlook calendar.
Most of us webmasters use adsense for our websites. Haven’t you just like me wanted to get the stats via PHP directly into your own script? Here is how to get channel data with a script ready to use.
In this tutorial I will show you how to create a simple AD rotator script without using database. The script can display both text and image ads and you can control the number of ads to be displayed at once.
This tutorial will show you how to randomly display one of the banners stored in a database. The number of times each banner has been displayed is tracked and stored in the database.
As long as there are programming languages people will try to hack them, fortunately for us this means we have to have our wits about us when writing applications. In this 2 part article we’ll be discussing different ways that hackers try and break into our applications and how we go about protecting our applications [...]
In this tutorial you will learn how to create a user registration script along with validation.
To view this tutorial:
http://www.webguideuk.com/tutorials/php/registration-script-with-validation
Ever wanted to add a search feature to your php & MySQL driven web site? Then your in luck this tutorial shows you how!
This tutorial assumes you already have a MySQL database and a table with some data already in your table. This tutorial also assumes your familiar with basic php syntax.
To view this tutorial, [...]
Database abstraction layers provide an important role in modern web applications built with PHP. They allow you to easily switch your back end database server by changing just a few lines of code in your application.
The Zend Framework provides a powerful database abstraction layer in the form of the Zend_Db component. This tutorial will be [...]

