Re: newbie can't get form working
From: Tim Van Wassenhove (euki_at_pi.be)
Date: 05/11/04
- Next message: StinkFinger: "Checking for private ip ranges..."
- Previous message: AF: "Re: XOOPS - Anyone using it? What do you think of it?"
- In reply to: Raj: "newbie can't get form working"
- Next in thread: Gulli: "Re: newbie can't get form working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: StinkFinger: "Checking for private ip ranges..."
- Previous message: AF: "Re: XOOPS - Anyone using it? What do you think of it?"
- In reply to: Raj: "newbie can't get form working"
- Next in thread: Gulli: "Re: newbie can't get form working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|