I'm curious about this. Instead of displaying a new div which is going to move the position of the text etc etc.
How about using a php else if statement?
IE
Does anyone know how you would do this? I tried, but it didn't really help whatsoever.PHP Code:
$selected=$_POST['pets'];
IF ($selected == "66")
{
echo "I'm the monk panel";
}
else
{
echo "Hey look. I'm not the monk";
}