Logging into a Form using PHP
Posted: Tue Jun 20, 2006 4:04 pm
Hi there,
I was wanting to log into a website automaticallly (cause it annoys me having to type out my details everytime!)
I wastrying to use Javascript to fill the form:
myform.username = "MyUsername"
myform.password = "Mypassword"
But i kinda got a bit lost on the submit button!
My friend told me that PHP has a way of doing it, and though i have basic knowledge of PHP i couldnt for the life of me work out a way to access forms using php.
Does anyone have any suggestions of any websites that are handy to read up on this information?
Kind regards
Nash
I was wanting to log into a website automaticallly (cause it annoys me having to type out my details everytime!)
I wastrying to use Javascript to fill the form:
myform.username = "MyUsername"
myform.password = "Mypassword"
But i kinda got a bit lost on the submit button!
My friend told me that PHP has a way of doing it, and though i have basic knowledge of PHP i couldnt for the life of me work out a way to access forms using php.
Does anyone have any suggestions of any websites that are handy to read up on this information?
Kind regards
Nash