You need to use $_GET, not $_POST, if the varaibles are passed in the
URL.

--- Sparky Kopetzky <[EMAIL PROTECTED]> wrote:
> Hi, it's me again...
> 
> I've got my script kinda running but am unable to retrieve any
> values with $_POST. I turned on register_globals in the php.ini and
> am using this url: http://www.fttta.com/auction.php?action=reg.
> (Sorry, it's local for now...)
> 
> I'm using this kind of line to check for values:
> elseif ('reg' == $_POST['action'])
> {
>     do something;
> }
> 
> What am I doing wrong here???
> Robin E. Kopetzky
> Black Mesa Computers/Internet Services
> www.blackmesa-isp.net
> 
> 


=====
Mark Weinstock
[EMAIL PROTECTED]
***************************************
You can't demand something as a "right" unless you are willing to fight to death to 
defend everyone else's right to the same thing.
***************************************

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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

Reply via email to