[PHP] Re: hide elements on page based on cookie

2004-07-21 Thread Torsten Roehr
"Msa" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > no, I am not sure of that.I played with that code snippet from someone > else. how do I check for the value instead? would the reason why they > aren't working be because of checking for length and not value? > > > > > Are yo

[PHP] Re: hide elements on page based on cookie

2004-07-21 Thread msa
no, I am not sure of that.I played with that code snippet from someone else. how do I check for the value instead? would the reason why they aren't working be because of checking for length and not value? > > Are you sure you want to check the string length of the cookie instead of > its val

[PHP] Re: hide elements on page based on cookie

2004-07-21 Thread Torsten Roehr
"Msa" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have three tags that I need to either hide or show, based on access > level defined in a cookie. > > the three buttons are: > secure (to show when accessLevel = 1) > sales (to show when accessLevel = 2) > login (to show when the