Re: newbie can't get form working

From: Tim Van Wassenhove (euki_at_pi.be)
Date: 05/11/04


Date: 11 May 2004 04:45:49 GMT

In article <ajdv90t5le13vjnslouvve4uvkb76cpt8v@4ax.com>, Raj wrote:
> What am I doing wrong? I can't get the value entered into text.html to
> be seen in text.php.

Virtually every post in this group that has newbie and form not working
in the topic ends up with a reply that the OP should have a look at the
php version he is using, and what global variables are.

http://www.php.net/manual -> variables -> predefined variables

> text.php is:
><?php
> echo $Author;
> ?>

echo $_GET['Author'];

-- 
http://home.mysth.be/~timvw


Relevant Pages