Does register_globals = On in the php.ini file?

Instead of using $var in your script try using  $_GET['var'] (you don't use
post if the variable is in the URL)


"D.Terziev" <[EMAIL PROTECTED]> wrote in message
002001c20a2f$9a1ae630$0100a8c0@azure">news:002001c20a2f$9a1ae630$0100a8c0@azure...
> Hi
>
> I have a problem and I hope that you can help me.
>
> It's my second time when I install PHP on Win XP Pro useing IIS
WebServices.
> The first time
> all was Ok. I use the CGI version of PHP (php.exe). So, the problem is
that
> when i type
> http://localhost/php/myscript.php?var=something
>
> PHP  return error that $var is undefined variable.
> when I set $var = something in the source code all is working Ok, but it
> doesn't via Web Browser.
>
> Can you help me? What's wrong?
>
> Are you need any other info about my system?
>
> Thanks in advance.
>
>
>



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

Reply via email to