> "Lasse Riis" <[EMAIL PROTECTED]> wrote in message...
> > I've been trying to install php 4.2.2 on my w2k box.
I suspect you are not using the "new" method to address variables. Use
$_POST['varname'] instead of $varname, or use extract($HTTP_POST_VARS) at
the top of your script to autocreat
"Lasse Riis" <[EMAIL PROTECTED]> wrote in message...
> I've been trying to install php 4.2.2 on my w2k box. I'm using apache
> 1.3.6 or is it 1.3.26? but the problem is the same with IIS. I can add
> the cgi og the sapi module, but the problem is the same. I HAVE NO
> VARIABLES
>
> What's wron