Hi,
I am trying to find the best way to encrypt name values pairs associated with links I present to the user. For example: if i show the user an href=www.mysite.com/index.php?action=showdetail&recordnum=1... I want to be able to garble at a minimum the value of sensitive fields such as the record number. I was looking for an elegant way of doing this. I was trying to avoid coding it while creating the page with the links and then having to decode it when processing the following click/user request. I noticed that php somehow has the ability to automagically attach the sessid to any href of a dynamically generated page. Can PHP alter links in other ways. It would be great if I could tie into something like this and have it done automagically. Otherwise I will be left to my own ugly coding devices. Has anyone come across a nice way to do this.
Thanks in advance for any help.
Ken Lancaster