View Single Post
Old 07-12-2005, 12:36 PM   #4 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
that was written a long time ago .. i should update it as my coding style has changed a lot since then .. the 0 indicates the first record of the rows that are returned in the mysql query when using the mysql_result function.

it wold be the same as saying
PHP Code:
<?
if($row mysql_fetch_assoc($result)){
  
$this->headline $row['headline'];
}
?>
__________________
Mike
sde is offline   Reply With Quote