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 M
lemented. Try using
http://localhost/page1.php, and you will be using the browsers server links.
See if that does it.
Warren Vail
[EMAIL PROTECTED]
-Original Message-
From: Wade [mailto:[EMAIL PROTECTED]]
Sent: Saturday, January 11, 2003 9:42 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN]
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
01112003 2132 CST
Im working on learning PHP4 by reading Beginning PHP 4, Wrox Press.
Chapter 3, page 76.
Im working with a form field sending data via the GET method.
On the first page, you fill in a text field and hit send.
That data is sent via the URL.
I can see it in the URL, on the next page