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

2004-03-11 Thread Hutchins, Richard
ay, March 11, 2004 2:11 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Pulldown value not passed to next page > > > What is wrong with this picture? I build a pulldown for > selecting page size(number of rows in one page). If page is > new, it gives the default (selected)

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

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

2004-03-11 Thread Karen Resplendo
What is wrong with this picture? I build a pulldown for selecting page size(number of rows in one page). If page is new, it gives the default (selected) of 15. 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 w