Jump to content

How to get current client page URL


Yang

Recommended Posts

58 minutes ago, mbit said:

Here are the parameters you can use

they are only *some* of the parameters - it's not a complete list...

59 minutes ago, mbit said:

Use the filename var for you needs?

I don't think that would work in all circumstances... e.g if it was the domains renewal page, the url could be http://demo.whmcs.com/index.php?rp=/cart/domain/renew, but $filename would just tell you it's index.php :?:

the $_server array would be one way, or with a bit of coding, you could also get it from other existing WHMCS $variables.

$url = "http//$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated