Thread: isset trouble
View Single Post
Old 07-23-2002, 03:15 PM   #1 (permalink)
rockyracoon
Registered User
 
Join Date: Jun 2002
Posts: 10
rockyracoon is on a distinguished road
isset trouble

I want the ECHO to remain, but it dissapears when I set $value2. Any ideas?

if (isset($value1)){
echo "please Stay!"
}

...and later on

if (isset($value2)){
echo "nope, sorry!"
}
rockyracoon is offline   Reply With Quote