Submit your Link include ("config.inc"); ?>
Link Name:
URL:
Please use following syntax: http://www.mypage.com
Category:
//connect mysql_connect( "localhost", "$username", "$password") or die( "Unable to connect to SQL server"); mysql_select_db( "$db_name") or die( "Unable to select database"); // Get all categories $result = mysql_query("SELECT category from linklist WHERE site='$site' AND approved='1' order by category"); $array_category = array(); while ($row = mysql_fetch_array ($result)) { $array_temp = array($row[0]); $array_category = array_merge($array_category, $array_temp); } mysql_free_result ($result); // Remove multiple entries $array_category = array_unique($array_category); // Set pointer to first entry reset ($array_category); while (list ($key, $val) = each ($array_category)) { ?> echo $val; ?> } ?> If none of the existing categories is suitable then please create a new one by filling in the field below:
Description:
Please only press it once...
include("../bannerless.php"); ?>