thanks for your suggestions,
but i am not able to solve my problem.
it is like this that when i authenticate login and password through phplib, i need these passwords on further pages to access information through database and to show to user. these passwords are userids for registered users . To access information from multiple tables i need this. and want to pass through hyperlinks.
i want a logrithim that can encrypt and
decrypt my passwords. there is mycript libraries for that. but as i am working on
windows i don't know how how to configure them in php3.ini file.
i used md5() but it is one way
i want to make my site very secure .
i have used phplib extensibly but could not able to pass my username and passwords through sessions.
jojo