Tagged Questions
7
votes
3answers
3k views
PHP: How to resolve a relative url
I need a function that given a relative URL and a base returns an absolute URL. I've searched and found many functions that do it different ways.
resolve("../abc.png", ...
0
votes
1answer
93 views
Equivalent of asp.net's ResolveUrl in php
In my apache www dir, I have subdirectory for different personal projects I work on. Ex:
www/webApp1
www/webApp2
I access to webApp2 by http://localhost:81/webApp2
(I currently run a portable wamp, ...