Thanks to all for the answers! I've made it! :-)
with $HTTP_GET_VARS , $_REQUEST and so on...
It works ok... thanks again.
"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
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...
> H
1.Try to use a more descriptive subject - everyone has problems! We need
to know the specific problem you need help with.
> 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
th