Hi,
I have used Dreamweaver to create my php/mysql data driven site.
I have managed to secure the site with it and generate my pages.
problem is users should only see their own clients which works on the results page, however if say UserID 1 had a client registered to him of ClientID 2 and then UserID 2 wanted to view this all he has to do is in the url change the clients_Detail.php?ClientID=2 in his browser and it brings it up.
is there a way to encrypt the url? add it at the top of my details page?
i have seen base64 mentioned on some forums but looks not that secure or would it do the job?
appreciate anyones help.