Thread: SImple Problem
View Single Post
  #11  
Old 03-08-2007, 07:28 PM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
Quote:
Originally Posted by Kristi View Post
PHP Code:
if (save[1]=true) {hide;} 
should be
PHP Code:
if (save[1]==true) {hide;} 
you used the wrong operator.
this method should work fine after that.

I can't believe all these FOOLS posting pointed you torwards triggeraction and completely overlooked that
jk ILU guys
I think you're mistaken
Reply With Quote