found it :)
<?php echo parse_url($_SERVER['REQUEST_URI'],PHP_URL_PATH);?>
Type: Posts; User: trooperbill; Keyword(s):
found it :)
<?php echo parse_url($_SERVER['REQUEST_URI'],PHP_URL_PATH);?>
hi thanks for that :) u r a superstar
any idea how to get it to work with url rewriten paths?
i want to use the new canonical rel tag to solve a sites duplicate content issues however im not that familiar with PHP.
what i need to do is display the current pages url without the querystring...
im looking for a script that will achieve the same result as popurls (.com) pulling rss/xml from multiple sites and displaying them on one page.
ideally the script would incrementally copy the xml...