I googled many time but didn’t see any solution.
Now my site are almost done,but just one more issue
I don’t how to write the code about getting the url from the current url
for example:http://abc.com/123.php?url=http://xyz.com/169.jpg
how can I get the http://xyz.com/169.jpg and echo that?
I tried using substr or preg_match but didn’t work..
please help!!
I googled many time but didn’t see any solution. Now my site are almost
Share
Maybe you need something like this.