View Single Post
Old 07-13-2002, 07:14 AM   PM User | #7
Flamerule
New Coder

 
Join Date: Jun 2002
Location: Paris, France
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Flamerule is an unknown quantity at this point
What you can do to see if a variable contains a zero is use the isset(); function :
PHP Code:
<?php 

if (isset($b03) && isset($b04) && isset($b05) && isset($b07) && isset($b07) && isset($b09) && isset($b10)) 



?> 

display this line 

<?php 
//endif 
}?>
SHould work.....
__________________
I don't suffer from insanity, I enjoy every single minute of it!
Flamerule is offline   Reply With Quote