Login to remote site

Hi,

I want to login to a remote site http://bambuser.com/user?

I will first ask for the username and password in my script and once the user provided it i will send the values to this link http://bambuser.com/user?

for this i google out and find that cURL can do the job. I have tried many examples available on the internet but it don’t work.

I just want that i can be able to get log in to the website.

kindly help

thanks

usmangt

Hi,

i just installed the Firebug tool and check the form fields,

the username is defined as name and password is defined as pass and there is also one extra hidden field . I am not sure that is might its not working or is it due to https

ok i see that i was missing the hidden form elements and that’s why its not working but now it works.

:slight_smile:

Now moving to next phase hope that it will also go well