From: <ch...@at...> - 2002-12-19 23:16:21
|
I'm running into a small problem that I hope someone will be able to help me with. I'm passing a value from another pages dropdown box to my phpMyEdit page to be filtered using $opts['filters'] = "Tester='$tester' and Status='Open'"; My problem is when I exceed more then the set number of records to display per page and press the next key, I lose the value from the url. So then it no longer filters the query with the passed value. The first page is diaplyed with correct filter, but then the next page is not. Thanks in advance Chun |