Create thumbnails with php
Description: Create a copy of an image as a thumbnail. You get a great function that use the GD library to create the new thumbnail file.
Added on: 18-Mar-2006 Hits: 199
|
Comments (1)Parse XML with PHP
Description: In this tutorial, we're going to have a dummy XML document, and then use PHP to parse it into in an array.
Added on: 18-May-2006 Hits: 243
|
Comments (0)Ad Rotation Script
Description: This is a very easy and simple ad rotation script, you can set percentage to show the ads and you can adapt this script to rotate any thing.
Added on: 28-May-2006 Hits: 385
|
Comments (0)Get width and height of image
Description:
This is a very useful function in PHP, I found it on php.net
PHP provides function to get the width and height of an image. The getimagesize() function will determine the size of image file including flash file(swf).
Added on: 10-Jun-2006 Hits: 230
|
Comments (0)Get MySql size with php
Description: This simple tutorial will show you how to get the size of a MySQL database using PHP in just a few simple steps.
Added on: 05-Jul-2006 Hits: 310
|
Comments (0)Using and Understanding Sessions
Description: A collection of 19 tips on understanding and using sessions in PHP. Clear explanations and tutorial exercises are provided on starting and closing sessions, saving and retrieving values in sessions, deciding how session IDs to be transferred, deciding where to store session files, deciding when to expire session values, etc.
Added on: 12-Jul-2006 Hits: 191
|
Comments (0)