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: 229
|
Comments (0)PHP/MySQL Video Tutorial
Description: A high quality video tutorial that will teach you how to add and retrieve data from a MySQL database using PHP.
Password to open the file is: http://www.westernstudios.net
Added on: 07-Aug-2007 Hits: 229
|
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: 227
|
Comments (0)PHP Sessions
Description: Alright, so you have a section on your website that you want to keep private but you don't feel like messing around with htaccess to keep people from getting in without knowing, well here's is a simple login system using the power of PHP sessions.
Added on: 31-Mar-2005 Hits: 221
|
Comments (0)Redirecting Users
Description: PHP has the capability of doing thousands of different useful things. On of those useful things, is the ability to redirect users using HTTP headers alone. This is different from using plain HTML Meta tags to redirect, as using this method the user won't even see the redirect occur. This can be very useful in creating a page that redirects to different pages, depending on the input to the script.
Added on: 13-Feb-2005 Hits: 220
|
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: 220
|
Comments (0)