am trying to block the user from seeing the real url and the id of each page
<a href="galleries.php?gallery_id=<?php echo $row_Recordset2['gallery_id']; ?>"> Click Here </a>
i tried to use urlencode function after the =
but it didnt work,when i click on it it never saw the id
what can i do to make the url invisible??
ausge is online now Report Post Reply With Quote