How to retrieve a detail page url

2 posts by 1 authors in: Forums > CMS Builder
Last Post: April 22, 2011   (RSS)

Re: [ikanizaj] How to retrieve a detail page url

By ikanizaj - April 22, 2011

Nevermind, I have managed to do this, and if anyone is interested, this is the code:
<?php $url="http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; echo $url; ?>
--
Igor Kani¾aj