Is there any function for combining an absolute and a relative URL to result
in an absolute URL?
Like if I have http://www.domain.com and "../images/1.jpeg" it will evaluate
to http://www.domain.com/images/1.jpeg.
I know WinInet for windows has a function that does this called
InternetCombine Url, I just need the same function in PHP
in an absolute URL?
Like if I have http://www.domain.com and "../images/1.jpeg" it will evaluate
to http://www.domain.com/images/1.jpeg.
I know WinInet for windows has a function that does this called
InternetCombine Url, I just need the same function in PHP
Comment