In the beginning of your page try:

$action=$_GET["action"];
echo $action;

-----Original Message-----
From: Jason Wong [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 01, 2002 12:01 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Query String...


On Tuesday 02 July 2002 04:45, Tim Nields wrote:
> Never have encountered this.  When I include a query string on the URL line
> I can not access the variables.
>
> For example:  www.tim.com?action=move
>
> I should be able to access the variable action.  However I am currently not
> able to do this.  I am not receiving an error of any kind, but nothing is
> being produced when I echo or print this as $action.
>
> Is there a setting that I've missed somewhere?

register_globals

RTFM and the archives.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Truth can wait; he's used to it.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to