Possible Duplicate:
auto login to other sites php script
I need to open login to many other websites frequently.
So I want to save my time of entering login id and password to login forms.
I want that when i click on the link of any website’s login page then it should be open in another tab or popup window. And my script fetch the login id and password from the database and fill in the respective fields in the form. And i need to only click the submit button to get logged in.
I think a programmatic approach to this is going to be unnecessarily complicated.
How about a browser plugin instead? http://www.ghacks.net/2007/10/15/use-autologin-in-firefox/
Or LastPass