encryption

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
valen53
Forum Contributor
Posts: 137
Joined: Tue Aug 27, 2002 9:29 am

encryption

Post by valen53 »

when hyperlink to other page, and bring a value.

href="member.php?icno='.$icno.'">

how to encrypt the value when hyperlink? b'cos i dunwant other see my value.

thanks to anybody for help
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

If you don't want anyone to see the value don't pass it in the query string. Pass it via POST or use sessions.

Mac
Post Reply