Page 1 of 1

encryption

Posted: Sat Sep 14, 2002 1:33 pm
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

Posted: Mon Sep 16, 2002 1:44 am
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