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: 168
|
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: 161
|
Comments (0)Getting Data from Mysql
Description: Using PHP you can run a MySQL SELECT query to fetch the data out of the database. You have several options in fetching information from MySQL. PHP provide several functions for this.
Added on: 26-Apr-2005 Hits: 199
|
Comments (0)Google suggest - Ajax
Description: This tutorial will walk you through creating a search suggest similar in fashion to that of Google Suggest using AJAX technologies.
Added on: 14-Nov-2006 Hits: 152
|
Comments (1)GROUP BY in MySQL
Description: Learn how to group items in mysql. This is very useful when you have multiple instances of the same item in your database.
Added on: 11-Nov-2006 Hits: 134
|
Comments (0)Last X Days Ago
Description: This tutorial will show you how to display those cool last seen 2 days ago or posted 3 mins ago as seen on http://www.live-tutorials.com
Added on: 28-Apr-2008 Hits: 41
|
Comments (0)