# # Flinx 1.2 # Copyright 2003 Bonnie and Sasha. All rights reserved. # http://www.codegrrl.com/ # # Released June 29th 2003 # # Flinx 1.2 is linkware and can be used or modified as long as this note remains intact # and unaltered and you provide a link back to http://www.codegrrl.com/ in return. You # are forbidden to sell or distribute the code of Flinx 1.2, in whole or part, without # the written consent of Sasha & Bonnie. # # By using Flinx 1.2 you agree to indemnify Sasha & Bonnie from any liability. # # Please see http://www.codegrrl.com/ for further information. # include("config.php"); include("$header"); ?>
|
$query="SELECT linkID FROM $table_link WHERE relCatID=$id";
$queryl=mysql_query($query);
$count=mysql_numrows($queryl);
$result=mysql_query("SELECT name FROM $table_cat WHERE catID=$id");
if ($row=mysql_fetch_array($result)){
do{
?>
Below you can view all links in the category. To view the subject of each individual site, please hover over the button. }while($row=mysql_fetch_array($result)); }else {print "No such category! ";} ?> |
|
|
$result=mysql_query ("SELECT * FROM $table_link WHERE relCatID=$id ORDER BY name ASC");
if ($row=mysql_fetch_array($result)){
do{
$width=$row["width"];
$height=$row["height"];
if ($width < 10){
$insert_width = "";
}else { $insert_width=" width=\"$width\"";}
if ($height < 10){
$insert_height = "";
}else { $insert_height=" height=\"$height\"";}
?>
« back |
|