hostseba Posted August 25, 2019 Share Posted August 25, 2019 I have another question. I need page url location code. Like if i visit this url: https://www.yourdomain.com/cart.php?a=add&domain=register Then the code will show me the full url on this code: <a href="pageurlcode"></a> not only for the domain name. Can use please give me the code for full page url code. I can't find the code on this url https://developers.whmcs.com/themes/variables/ 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted August 26, 2019 Share Posted August 26, 2019 13 hours ago, hostseba said: I have another question. what was the other one? btw - you posted in the wrong forums (it's not about a commercial addon), but nevermind. 🙂 13 hours ago, hostseba said: I need page url location code. Like if i visit this url: https://www.yourdomain.com/cart.php?a=add&domain=register Then the code will show me the full url on this code: <a href="pageurlcode"></a> not only for the domain name. Can use please give me the code for full page url code. I can't find the code on this url https://developers.whmcs.com/themes/variables/ if you were doing this in a Smarty template, then it would be... <a href="{$smarty.server.REQUEST_URI}">link</a> you could probably use {$currentpagelinkback} instead if you wanted to, but that might need tweaking. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.