just change OR by AND.

2007/10/19, ron.php <[EMAIL PROTECTED]>:
> I just tried to send this to the list.  I am not trying make it post again, I
> don't think I had the e-mail address correct the first time.
>
> I am trying to stop $component_reference from doing the echo below when the
> value is 5 or 19.  I don't have the syntax right though.  What did I miss?
>
> Ron
>
> if ( ($component_reference != "5") OR ($component_reference != "19") ) {
> echo "<li><a href=\"index.php?request=" . $request . "\">" .
> $component_name . "</a>";
> }
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to