Search found 4 matches
- Wed Oct 27, 2004 11:39 am
- Forum: PHP - Code
- Topic: Pagination prob w/ multiple criteria query
- Replies: 7
- Views: 818
- Wed Oct 27, 2004 9:30 am
- Forum: PHP - Code
- Topic: Pagination prob w/ multiple criteria query
- Replies: 7
- Views: 818
- Wed Oct 27, 2004 7:05 am
- Forum: PHP - Code
- Topic: Pagination prob w/ multiple criteria query
- Replies: 7
- Views: 818
§
ok, so I tried to create a session variable, but it still doesn't work. The $sql variable changes its value when I browse the results. What's wrong?? Here's the code with the modifications. This time, the function is included aswell. <? session_start(); $_SESSION['sql'] = $sql; ?> <HTML> <HEAD> <TIT...
- Tue Oct 26, 2004 9:44 am
- Forum: PHP - Code
- Topic: Pagination prob w/ multiple criteria query
- Replies: 7
- Views: 818
Pagination prob w/ multiple criteria query
Hi everybody! I have a page which searches a DB using mySQL queries. Since there are several criterias the user might use I had to write several queries for each case. Then through 'if' instructions a query is chosen. It works well, until I introduce a pagination function (the first results are disp...