I need some expert opinions on this...
I have a link:
<a href='#' onclick=\"javascript:openpage('includes/clients/myfile.php')\">Click to open</a>
as we can see the file path is includes/clients/myfile.php, i need to disallow users to type the file path into the Url? How can I do that?
Is it possible to create a session when a user clicks on a link?