jianneng
07-19-2003, 08:13 AM
I have been running PHP 4.3.2 and MySQL 4.0.13 on Apache 1.3.27. All the while everything is fine, i.e. all my PHP testings and projects work perfectly.
However, recently when I created a book list page involving MySQL, because there are 200 books, so I coded the page such that each only displays 20 books. Therefore, there is a row that looks like this: 1 2 3 4 5... Next . So if you click 2, 3, or Next for instance, the page should display the next 20 records and so on.
Now, this seems weird, no matter how I click the number (or next), it just stays there, i.e. no display of the next 20 records at all. I have verified that my code is correct and that it also works on another PC running the same PHP+MySQL combination.
I thought this might be due to my php.ini, but after checking both PC's php.ini, nothing seems to be different. Well...something might be wrong, any idea about this? Thanks.
Lim.
However, recently when I created a book list page involving MySQL, because there are 200 books, so I coded the page such that each only displays 20 books. Therefore, there is a row that looks like this: 1 2 3 4 5... Next . So if you click 2, 3, or Next for instance, the page should display the next 20 records and so on.
Now, this seems weird, no matter how I click the number (or next), it just stays there, i.e. no display of the next 20 records at all. I have verified that my code is correct and that it also works on another PC running the same PHP+MySQL combination.
I thought this might be due to my php.ini, but after checking both PC's php.ini, nothing seems to be different. Well...something might be wrong, any idea about this? Thanks.
Lim.