Search found 2 matches

by johnboy
Fri Sep 01, 2006 11:31 am
Forum: PHP - Code
Topic: php mysql pagination problem
Replies: 3
Views: 368

php mysql pagination problem

Hi Volka Thanks for the quick reply. I took my time as I had to look up $_SESSION tutorials which I have tried in various format without luck. 1, Do I call $_session_start() on page one or two 2, Do I put $_session into the form (instead of GET or POST) 3, How do I call the variables passed in the r...
by johnboy
Fri Sep 01, 2006 3:01 am
Forum: PHP - Code
Topic: php mysql pagination problem
Replies: 3
Views: 368

php mysql pagination problem

In page one (form) there are two drop down menu, the result of which is sent to page two for selection from mysql and be paginated according to the number of listing. Page 1 <?php session_start(); ?> After javascript validation. <form name="uk" ACTION="England/pages.php" method=&...