Links
by Special Effect Supply
";
if($GetAllLinksCOUNT <=0)
{
echo "No Links found...";
}
else
{
while ($row = mysql_fetch_array($GetAllLinksResult, MYSQL_BOTH))
{
$PrimaryID = $row["PrimaryID"];
$Name = $row["Name"];
$URL = $row["URL"];
$Description = $row["Description"];
$LastUpdate = $row["LastUpdate"];
//echo "
$Name $Description
-FX #: $PrimaryID-";
echo "
$Name $Description
";
}
} //end of else for count rolls
?>