ok, here's an update on the problem...
I have it storing a 0 or a 1 into the database now, which is good..
then i use $post[petbit]
it should show the template called petbit - thats goin on this bit of code:
PHP Code:
if ($post['showpet']!=="0") {
eval("\$post['petbit'] = \"".gettemplate("petbit")."\";");
} else {
$post[showpet] = "";
}
However, it either shows nothing when the user has it on "yes" (0) or a 1 when they have it on "no" (1)
Any ideas?