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



"; if ($num == 0) { echo "server returned zero records (??)"; } elseif ($num == 1) { $p = mysql_result($result, 0, "p"); $id = mysql_result($result, 0, "id"); include("$opendatabase"); $query2 = "SELECT * FROM tbt_members WHERE `id`='$id' LIMIT 1"; $result2 = mysql_query($query2) or die("Couldn't execute query (get user from id): ".mysql_error()); $user = mysql_result($result2, 0, "user"); $foreword = mysql_result($result, 0, "foreword"); $title = mysql_result($result, 0, "title"); $poem = mysql_result($result, 0, "poem"); $poem = str_replace("\n", "
", $poem); echo "
"; echo "

$title

"; echo "Written by $user
"; if (isset($foreword) AND $foreword != "") {echo "$foreword

";} echo "$poem

"; } ?>