tags:

views:

77

answers:

2

I have a photo gallery and to have there url in there bottom. How can I do that in PHP? the location of file is in http://localhost/jordan pagaduan/user_images...

A: 

Does $_SERVER['PHP_SELF'] do what you're looking for?

John Conde
A: 

'http://' . $_SERVER['HTTP_HOST'] . $['REQUEST_URI'] maybe this?

manzhikov