Hello guys,
Bit of a problem. How do I say, if something doesn't equal this, or this, then show an error, otherwise show the page.
Thnks
James
Try:
if (($something != "this") || ($something != "that")) { show_error(); } else { show_the_page(); }
Boris Belobrad Belcom Bailey LLC www.belcombailey.com