Refer: ".$refer; echo "
Current Table: ".$table; echo "
Current Id: ".$tableid; echo "

"; } ?>

UGLYTEAPOT

Hand Crafted Glass and Polymer Clay Art

FAQ

Welcome to UglyTeapot! Hand Made creations in glass and polymer clay, by Charli Wilson.

For information on materials, shipping costs see here, and for some information on the artist see here

query($sql); if (count($query) > 0) { foreach ($query as $row) { echo "

".$row['text']; //and if you're logged in let you edit the news if (securityCheck($_SESSION['userid'])) { echo "
Edit"; } echo "

"; } } else { //don't echo anything, there is no news } ?>

I hope you enjoy looking at my work, here are my Latest Creations:

query($sql); if (count($qur) > 0) { foreach ($qur as $row) { echo "

"; echo getImage($row['itemid']); echo ""; echo "\n
".$row['name']; echo "\n
".substr($row['desc'], 0, 100)."... More Info"; $d = $db->query("SELECT name from $usertable WHERE `userid`='".$db->clean($row['userid'])."'"); echo "\n
By ".$d[0]['name']." on ".date("d-m-y", strtotime($row['date'])); if (securityCheck($_SESSION['userid'])) { echo " \nEdit"; } if ($row['sold'] == 1) { echo " SOLD"; } echo "

\n"; } } else { echo "Nothing found"; } echo "

See more

"; require_once('footer.php'); ?>