FAQ's

 

 FAQ's
 Fisher Scientific FAQ's
  FAQ's  

= $current_row){ $tablerow=mysql_fetch_array($result); $sub1 = $tablerow["sub1"]; $sub1link = $tablerow["sub1link"]; $name = $tablerow["name"]; $description = $tablerow["description"]; $link = $tablerow["link"]; echo"
$name $name
$description

"; $current_row++; } if (mysql_num_rows($result) == 0) { echo "There are currently no links to show"; } mysql_close($connection); ?>