View Single Post
  #8 (permalink)  
Old 11-02-2003, 07:02 AM
redcircle's Avatar
redcircle redcircle is offline
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Grand Rapids, MI USA
Posts: 553
redcircle RepRank 0
Default

You are not assigning $totalrows a value.

After the $result = mysql_query($query) set the totalrows.

$totalrows = mysql_num_rows($result)
Reply With Quote