Are you aware of register_globals = off?
It might be the problem. You can set register_globals = on in php.ini
or
you better use $_POST, $_GET, $_SERVER ...
eg.
$fname -> $_POST["finame"] or $_GET["fname"]
"Daniele Baroncelli" <[EMAIL PROTECTED]> wrote in message
news:20021106100419.63359.q
; Subject: [PHP] Re: Installation error..
>
>
> hi Ryan,
>
> did u make clean on your php 2?
>
> i can't recall, u must delete a file config.*** (i can't recall the
> extension...) b4 u reconfigure...
> refer in the php install.txt
>
> hope it works :)
hi Ryan,
did u make clean on your php 2?
i can't recall, u must delete a file config.*** (i can't recall the
extension...) b4 u reconfigure...
refer in the php install.txt
hope it works :)
regards,
James
Ryan Christensen wrote:
> Quick question..
>
> I'm installing PHP 4.0.6 on a fresh in
3 matches
Mail list logo