View Single Post
  #3 (permalink)  
Old 06-15-2007, 09:39 PM
xRWolfx xRWolfx is offline
Rookie
 
Join Date: May 2006
Posts: 9
xRWolfx is on a distinguished road
If the variable needs to be hidden, you might want to consider another strategy, such as using $_POST or even better (if possible, $_SESSION variables.

Failing that, try to keep URL manipulation separate from your PHP code if you can... most major PHP applications that manipulate the URL do so by configuring Apache's mod_rewrite module.

It's actually such a powerful module that it warrents a whole book on the subject...

Reply With Quote