Menu:

Latest news:

Jan 16, 2008:
A few new features and tweaks have been applied!

Read more...


Articles:

- Poetry Glossary #
- Stanza Forms #

- Shaun's Blog
- Egg's World
- Da D33k News



"; } else { include("$opendatabase"); $query = "INSERT INTO `tbt_countries` ( `cid` , `country` , `flag` ) VALUES (NULL , '$countryname', '$filename')"; $result = mysql_query($query) or die("Couldn't execute query (add country): ".mysql_error()); echo "Added $countryname to the country list

"; } } include("$opendatabase"); $query = "SELECT * FROM tbt_countries ORDER BY `cid` ASC"; $result = mysql_query($query) or die("Couldn't execute query (add country): ".mysql_error()); $num = mysql_num_rows($result); echo "
"; for ($i = 0; $i < $num; $i++) { $cid = mysql_result($result, $i, "cid"); $country = mysql_result($result, $i, "country"); $flag = mysql_result($result, $i, "flag"); echo " "; } echo "
cidcountryflagdelete
$cid $country delete
"; ?>


Country Name:
Flag Filename: