Page 1 of 1

I find URI-makes class

Posted: Wed Mar 18, 2009 2:27 am
by vorthtoura
I looking for a class which implement URI RFC

for example:
input data is
$a = 'http://examle.com/a/b/c?p=1';
$b = '../../d?k=2';

output of class::someMethod($a, $b) is http://examle.com/a/d?k=2
Please, help me to find it.

Re: I find URI-makes class

Posted: Wed Mar 18, 2009 2:38 am
by Benjamin
Forum Rules 1-1.1-1 wrote: Select the correct board for your query. Take some time to read the guidelines in the sticky topic.