Re: [PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread 1LT John W. Holmes
30, 2002 4:31 PM Subject: RE: [PHP] Problem running script after installing PHP 4.2.1 One more question - could you just use $_GET[$QUERY_STRING} then? Our URL doesn't even have IDs - it's just 00106055... Then I explode it and put it into variables. There are up to 12 vars that we pass

[PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread Igor P.
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

[PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread Igor Portnoy
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

Re: [PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread 1LT John W. Holmes
]; [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

RE: [PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread Leotta, Natalie (NCI/IMS)
]] Sent: Thursday, May 30, 2002 4:16 PM To: Igor Portnoy; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] Problem running script after installing PHP 4.2.1 You probably still have register globals off still and your URL variables aren't being accessed correctly. Use $_GET['page

Re: [PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread 1LT John W. Holmes
]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 4:18 PM Subject: RE: [PHP] Problem running script after installing PHP 4.2.1 I have a quick question. I've been reading all of this about the upgrade - we're just waiting for our network guy to do it. We need to use the query

RE: [PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread Leotta, Natalie (NCI/IMS)
:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 4:29 PM To: Leotta, Natalie (NCI/IMS); Igor Portnoy; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] Problem running script after installing PHP 4.2.1 Okay, the only issue with the upgrade is that register_globals defaults to off