You probably still have register globals off still and  your URL variables
aren't being accessed correctly. Use $_GET['page'] or
$HTTP_GET_VARS['page'], or turn on register_globals...

---John Holmes...

----- Original Message -----
From: "Igor Portnoy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, May 30, 2002 4:03 PM
Subject: [PHP] Problem running script after installing PHP 4.2.1


Hello,



I am using MySQL to display some data to the users.  I have upgraded to
PHP Version 4.2.1 on my FreeBSD Apache server, and now data from the
database is not displayed correctly. Well, the page with the data shows
up, and it actually shows correct number of records.  However, when I
click on the "next" or "2" buttons the next page with records doesn't
show up. See example here: http://www.gibsonusa.com/test2/page/index.php



Before I upgraded to PHP 4.2.1 everything was working perfectly. Any
ideas what could cause this, and how can it be fixed?



Thanks.






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to