info in URL (Short question)

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

    info in URL (Short question)

    Hi there,

    Sometimes on a website you see a url
    like domain.com?view

    My question is, how can i get any word behind
    the questionmark?
    I know how to get it when it says
    domain.com?word =view, so that's not it.

    Thanks in advance...

    Greetings knoak
  • Garp

    #2
    Re: info in URL (Short question)


    "knoak" <knoakske@hotma il.com> wrote in message
    news:a5e41e0e.0 406071425.34202 571@posting.goo gle.com...[color=blue]
    > Hi there,
    >
    > Sometimes on a website you see a url
    > like domain.com?view
    >
    > My question is, how can i get any word behind
    > the questionmark?
    > I know how to get it when it says
    > domain.com?word =view, so that's not it.
    >
    > Thanks in advance...
    >
    > Greetings knoak[/color]

    You want $_SERVER["QUERY_STRI NG"], you do.

    Garp


    Comment

    • knoak

      #3
      Re: info in URL (Short question)

      Yes i did,
      thanks a lot.

      Greetings

      Comment

      Working...