View Single Post
  #1 (permalink)  
Old 06-14-2007, 11:02 AM
erhard erhard is offline
Rookie
 
Join Date: Feb 2006
Posts: 48
erhard is on a distinguished road
php variables in url..?

What do you call it when the url is hiding/encrypting/encoding the variables...

i need something like this,

<?
$test='Bruce';
echo "
<a href='client.php?name=$test'>ANYTHING</a>";
?>
i need to make it that ppl cant see the url, or not read the url..

something like:
www.yahoo.com/
client.php?client=234sdkjshcsaw3edp12i3%sdf%

hope you understand what im trying to say. If someone can just point me in the right direction, all will be good.

Thx

Reply With Quote