Posted by = poster = on 10/12/06 14:45
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 !
Navigation:
[Reply to this message]
|