kejo
02-24-2008, 12:05 AM
hello
i would like to split:
www.site.com/page.php?q=SPLITHERE&cat=0&others=1
into
www.site.com/page.php?q=
and
&cat=0&others=1
how can i do that?
i tried with explode, but it didnt work.
please help :)
i would like to split:
www.site.com/page.php?q=SPLITHERE&cat=0&others=1
into
www.site.com/page.php?q=
and
&cat=0&others=1
how can i do that?
i tried with explode, but it didnt work.
please help :)