neemisha Posted November 16, 2007 Share Posted November 16, 2007 I have build my site in php. now I have to integrate whm with my site. for this now i need to maintain the clients loggedin session of whm in my site. In whm all the page code is encrypted, so what can be the procedure to decrypt the code or how can we fire database queries to get the client details and account information to display on the pages of my site. 0 Quote Link to comment Share on other sites More sharing options...
robbo Posted November 16, 2007 Share Posted November 16, 2007 The session id is "uid" so when you want to show account info for a particular user in your mysql query, WHERE tableiduwantgoeshere='".$_SESSION["uid"]."' Hope this helps (thanks to Matt who told me) 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.