View Single Post
Old 06-04-2007, 05:23 AM   #22 (permalink)
Salchester
Salchester
 
Salchester's Avatar
 
Join Date: Jul 2005
Location: In a house
Posts: 230
Salchester is an unknown quantity at this point
Delete Records using an Array

SDE,

Can you explain how the following code works, to display a particular record, e.g. Record 3

Code:
$result = mysql_query("select count(*) from my_table");
$number_of_results = mysql_result($result, 0, 0);
* What do the numbers in BOLD do?

Many Thanks, in advance!!!
__________________
Many Thanks, in advance!

Salchester.
The Future Is Here - Are You Ready?
Salchester is offline   Reply With Quote