Just set register_globals = On in your php.ini file.

--
Kind regards,
Yuri.


>>>> www.AceHoster.com <<<< Quality web hosting



"Efa" <[EMAIL PROTECTED]> ???????/???????? ? ???????? ?????????:
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi!
> I have a problem with passing variables to php script with simple GET.
> example:
>
> --- hello.html -----------------------------
> <html><head><title="hello"></head>
> <body>
> <a href="hello.php?arg=world">hello</a>
> </body>
> </html>
>
>
>
> --- hello.php ------------------------------
> <?
> printf("arg=$arg<br>");
> ?>
>
>
> output from clicking on the link is:
>
> arg=
>
>
> I should mention that I use mod_userdir and the script/html are lying in
> home directory for the user ( /home/username/public_html/...), and
> URL=http://server/~username/hello.html
>
>
> I am attaching output of phpinfo() and a copy of httpd.conf
> .htaccess file is empty btw.
>
>
> Cheers
>
> --
> /admir efendic, stockholm, sweden
>
>



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

Reply via email to