Archive for the 'PHP' Category

List of Image Cropping Scripts

After looking for awhile for a script that will crop your image in the browser I decided to put a list together. I found various types of scripts that will accomplish this. The list below is a list of image cropping scripts.

cfImageCropper – This script is written in Coldfusion. The Demo of this script [...]

Configuring PHP and MySql on IIS (For Windows XP)

I was once asked to develop a web based database project which I had to do either using PHP or Java and I was not familiar with either of them. I searched on Google and felt that PHP is easy to learn and use. So I started learning PHP using the tutorials available online and [...]

PHP Program with Simple Time Machine

I had found a PHP program that has the time machine. This is very simple program with mktime () and date () functions.
To do this, you must make first HTML form for the adoption of the name of the user and the number for to go further days (ie Future).
The code is as follows: