vinbase Posted October 22, 2009 Share Posted October 22, 2009 Hello, in v3.7.x I used the following code to get the client ID for a custom page (inside clientarea) if ($_SESSION['uid']) { # User is Logged In - put any code you like here $custom_clientid = $clientsdetails['id']; # ........ } But it doesn't seem to work in the latest v4.1.1 Does anyone help me out? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
edvan.com.br Posted October 22, 2009 Share Posted October 22, 2009 Simple: $clientid=$_SESSION["uid"]; Regards, Edvan - whmcs.blog.br 0 Quote Link to comment Share on other sites More sharing options...
vinbase Posted October 22, 2009 Author Share Posted October 22, 2009 I lack common sense, like may others in this world. LOL. Thanks for helping mate. Cheers. 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.