This is a discussion on single sign on within the PHP Language forums, part of the PHP Programming Forums category; hi there I have one site http://www.britishcouncil.org.my/elibrary/ how can I pass my user name and ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hi there
I have one site http://www.britishcouncil.org.my/elibrary/ how can I pass my user name and password and by pass the login web form login I using php and mysql database can want pin point any idea for me |
|
|||
|
store it in a cookie
and check for the existence of the cookie, if it exists login automatically, and forward the user to the correct page. "badz" <badz22@gmail.com> wrote in message news:1116223284.146472.168700@g47g2000cwa.googlegr oups.com... > hi there > > I have one site http://www.britishcouncil.org.my/elibrary/ > how can I pass my user name and password and by pass the login web form > login > I using php and mysql database can want pin point any idea for me > |