RE: [PHP-DB] Pulldown value not passed to next page

2004-03-11 Thread Hutchins, Richard
Karen, I'm assuming that when you say: > For some reason, > when Previous/Next are clicked, the value passed is still 15 > even though the pulldown says something else (5 or 15 or > whatever) you're drawing that conclusion because 15 images (or whatever) are displayed on the resulting page reg

Re: [PHP-DB] Pulldown value not passed to next page

2004-03-11 Thread Doug Thompson
Hi Karen, Depending upon the method used for your form, you should be able to find the value in either $_GET['pagesize'] or $_POST['pagesize']. hth, Doug Karen Resplendo wrote: What is wrong with this picture? I build a pulldown for selecting page size(number of rows in one page). If page is ne