URL Encoding??

Discussion in 'PHP' started by ausgezeichnete, Feb 13, 2008.

  1. #1
    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>        
    
    PHP:
    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
     
    ausgezeichnete, Feb 13, 2008 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375