Search found 3 matches
- Wed Jul 05, 2006 12:38 pm
- Forum: PHP - Code
- Topic: Paging SQL results from form input
- Replies: 4
- Views: 937
Resolved -
Doh - Thanks Jason -
- Wed Jul 05, 2006 12:03 pm
- Forum: PHP - Code
- Topic: Paging SQL results from form input
- Replies: 4
- Views: 937
post and code - not just a pagination issue
Is this the correct usage of Post and Code ? I've read through the forums, and it seems that either: a. the problem described was the same as mine - with no solution b. the probem descirbed was not the same as mine - with solutions posted It appears that using pagination where the sql query is built...
- Wed Jul 05, 2006 9:47 am
- Forum: PHP - Code
- Topic: Paging SQL results from form input
- Replies: 4
- Views: 937
Paging SQL results from form input
Hi All, I am trying to setup a PHP page that queries a SQL database and pages the results. I can setup any number of static queries, but when I introduce a form where the query is based on the form input, I lose the variable after the first page of results. I have successfully broken this page into ...