| 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 |