How to retrieve a detail page url
2 posts by 1 authors in: Forums > CMS Builder
Last Post: April 22, 2011 (RSS)
By ikanizaj - April 21, 2011
I've tried something like this, but it's not working?
href="http://www.example.com/?<?php echo $_REQUEST['_link']): ?>"
--
Igor Kani¾aj
Igor Kani¾aj
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
Igor Kani¾aj