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

