/ Published in: PHP
Can use JUri to get the page handle
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//Get the page path e.g. /category/sub-category/sompage.html //Get the page path with query string e.g. /category/sub-category/sompage.html?param=val¶m2=val2 //Retreive just the query string JUri::getInstance()->getQuery() or