Posted by = poster = on 10/12/06 14:51
Never mind ... It was just a typo ...
"= poster =" <nomail@nomail.spam> wrote in message
news:452e558c$0$30041$ba620e4c@news.skynet.be...
> Hi All
>
> I'm trying to retrieve a $var from an url ...
>
> Something like this: http://localhost/page.php?var=4
>
> I found some examples on the web like this :
>
> $var = $GET_['var'] ;
>
> This should give $var = 4 ...
>
> The only problem is that this just don't work here ...
>
> Does anyone know a solutions for my problem ?
>
> thanks !
>
[Back to original message]
|