Thread: isset trouble
View Single Post
Old 07-23-2002, 05:17 PM   #4 (permalink)
rockyracoon
Registered User
 
Join Date: Jun 2002
Posts: 10
rockyracoon is on a distinguished road
Uh-oh.... i was wrong. heres the code:

if (isset($clicked) && $value == "1"){
mysql_query("INSERT INTO popfiller (desc) VALUES ('$desc')");
$cell1 = "yes";
}
if (isset($cell1)){
echo "this will dissapear";
}
echo "
----------------HTML HERE----------------
";
if (isset($clicked) && $value == "1"){
mysql_query("INSERT INTO popfiller (desc) VALUES ('$desc')");
$cell2 = "yes";
}
if (isset($cell2)){
echo "when this appears";
}
rockyracoon is offline   Reply With Quote