vinu Posted June 12, 2009 Share Posted June 12, 2009 Hai.. I have got my username & password of Orkut in the variables $user & $pass respectively. Putting those values in this link, I am able to fill the username into the username field but not password in the password field. https://www.google.com/accounts/ServiceLogin?Email=$user&Passwd=$pass&skipvpage=true&service=orkut I found that source code of login page of Orkut shows these: For Username: type="text" name="Email" id="Email" size="18" value="" For Password type="password" name="Passwd" id="Passwd" size="18" There is no value="" for password field. That may be the reason password is not filled into password filled. My problem: How can I fill the password in "$pass" to the password field in Orkut login page? Thanks for any help. Link to comment https://forums.phpfreaks.com/topic/161994-autofill-using-php/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.