Thread
:
isset trouble
View Single Post
07-23-2002, 03:15 PM
#
1
(
permalink
)
rockyracoon
Registered User
Join Date: Jun 2002
Posts: 10
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
View Public Profile
Find More Posts by rockyracoon