The_FedEx_Guy wrote:
> if (isset($HTTP_GET_VARS['filter_id']) &&
> tep_not_null($HTTP_GET_VARS['filter_id'])) {
I presume that tep_not_null() is a custom function. It's
certainly not
part of standard PHP. So, you need to make sure that's
working.
The other thing is that $HTTP_GET_VARS was deprecated many
years ago,
and doesn't work on many modern servers. Use $_GET instead.
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/