url arguments ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • = poster =

    url arguments ?

    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 !


  • = poster =

    #2
    Re: url arguments ?

    Never mind ... It was just a typo ...
    "= poster =" <nomail@nomail. spamwrote 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 !
    >

    Comment

    Working...