Connecting Tech Pros Worldwide Help | Site Map

info in URL (Short question)

knoak
Guest
 
Posts: n/a
#1: Jul 17 '05
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
Guest
 
Posts: n/a
#2: Jul 17 '05

re: info in URL (Short question)



"knoak" <knoakske@hotmail.com> wrote in message
news:a5e41e0e.0406071425.34202571@posting.google.c om...[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_STRING"], you do.

Garp


knoak
Guest
 
Posts: n/a
#3: Jul 17 '05

re: info in URL (Short question)


Yes i did,
thanks a lot.

Greetings
Closed Thread