Re: [PHP-WIN] Using the GET Method

2003-01-12 Thread Bobo Wieland
shouldn't it just be: echo($author); and not: echo $author; :: Bobo Wieland :: www.elstudion.com/bobo/ - Original Message - From: "Wade" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 12, 2003 6:42 AM Subject: [PHP-WIN] Using the GET Method > 01112003 2132 CST >

RE: [PHP-WIN] Using the GET Method

2003-01-12 Thread Warren Vail
As PHP is normally installed, your pages should work, however, when I was getting started I had this same problem. I was working on the windows version, and while I had the windows browser plainly showing the two files, "double clicking" the first page produced the first page in a browser, just li

RE: [PHP-WIN] Using the GET Method

2003-01-12 Thread Sean Malloy
From: Dash McElroy [mailto:[EMAIL PROTECTED]] Sent: Sunday, 12 January 2003 3:49 PM To: Wade Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Using the GET Method Ah, You're the latest of the ones to get hit by the register_globals setting. There are two things to do: 1. Change your code to refer