[PHP] Re: point me to functions to parse the URL? (best one for *this*job?)

2009-06-25 Thread Nisse Engström
On Thu, 25 Jun 2009 18:20:36 -0500, Shawn McKenzie wrote: > Shawn McKenzie wrote: >> Govinda wrote: >>> I need to parse those URLs and set the value of $myfolder to as follows: >>> >>> domain.com/unix/asdfsdf.html >>> $myfolder=unix >>> domain.com/macos/khsdfg.html >>> $myfolder=macos >>> >>> BUT

[PHP] Re: point me to functions to parse the URL? (best one for *this*job?)

2009-06-25 Thread Shawn McKenzie
Shawn McKenzie wrote: > Shawn McKenzie wrote: >> Govinda wrote: >>> Hi all, >>> >>> (PHP newbie here. Newbie-level task to match.) >>> >>> I am RTFM and working on this.. but I am also under deadline, so, I ask >>> you in case you can point me quick where to read... what functions I >>> need to

[PHP] Re: point me to functions to parse the URL? (best one for *this*job?)

2009-06-25 Thread Shawn McKenzie
Shawn McKenzie wrote: > Govinda wrote: >> Hi all, >> >> (PHP newbie here. Newbie-level task to match.) >> >> I am RTFM and working on this.. but I am also under deadline, so, I ask >> you in case you can point me quick where to read... what functions I >> need to use for this. >> >> Incoming URL

[PHP] Re: point me to functions to parse the URL? (best one for *this* job?)

2009-06-25 Thread Shawn McKenzie
Govinda wrote: > Hi all, > > (PHP newbie here. Newbie-level task to match.) > > I am RTFM and working on this.. but I am also under deadline, so, I ask > you in case you can point me quick where to read... what functions I > need to use for this. > > Incoming URL will look like these, for exa