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.
I find URI-makes class
Moderator: General Moderators
Re: I find URI-makes class
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.