Re: [PHP] Mozilla/Opera issue

2007-02-20 Thread Richard Lynch
We'd have to see source, but odds are really good that you are doing something like this: $page = $_SESSION['page']; $query = "select stuff from reeds where .. limit 10 * $page"; $_SESSION['page'] = $_GET['page']; So you are updating the 'page' a bit "too late" Of course, you've got a few hundre

Re: [PHP] Mozilla/Opera issue

2007-02-20 Thread clive
Your code is probably flawed,try putting some debug code in, echo out some variables and see what happens. -- Regards, Clive. Real Time Travel Connections {No electrons were harmed in the creation, transmission or reading of this email. However, many were excited and some may well have enj

Re: [PHP] Mozilla/Opera issue

2007-02-20 Thread Németh Zoltán
2007. 02. 20, kedd keltezéssel 21.40-kor Chris Aitken ezt írta: > Hi All, > > > > I am clutching at straws here, but I have come across an issue that I don't > know whether it's a PHP problem in my coding, or HTML, or something entirely > different but I've never seen this happen before, and th

[PHP] Mozilla/Opera issue

2007-02-20 Thread Chris Aitken
Hi All, I am clutching at straws here, but I have come across an issue that I don't know whether it's a PHP problem in my coding, or HTML, or something entirely different but I've never seen this happen before, and this list has always helped me out in the past with odd problems. I am devel