$dr = $_SERVER["DOCUMENT_ROOT"];
include $dr.'/article/textpattern/config.php';
include $dr.'/article/textpattern/publish.php';
$id = gps('id');
$id = ($id=='') ? 1 : $id;
extract(mysql_fetch_assoc(mysql_query("select * from eaten_textism.textism_textfaces where ID=$id")));
$next=($id + 1);
if ($next <= 20) {
$nextlink = "next ⇒ ";
$nextarrow = " →";
$prev=($id - 1);
} else {
$nextlink='';
$prev='';
}
$prevlink = ($id != 1) ?
"⇐ prev "
:'';
$imageInfo = getimagesize($image);
$width = $imageInfo[0];
$height = $imageInfo[1];
?>
Textism: Twenty Faces: =$Name?>