Page 1 of 1

Website Manipulation in PHP

Posted: Tue Jan 05, 2010 3:26 am
by learningphpnow
Hi Guys,

I was searching Google for Php Forum and found this Community. I want a guidance and hence I registered here to ask my question.

I want to login on to a site and post (I mean submit) some data to that site. I want to achieve this using a Php Script.

Say, I have the script hosted on mydoamin.com/myscript.php

When I go to mydoamin.com/myscript.php I will manually input the data which needs to be submitted to that particular website. Once after I click on the Submit button on my script page, I want the script to login to that particular website and also post the data there.

How I can achieve this? I am new to Php however I am not a noob. I use wordpress and that is how I started learning bits and pieces of php. I am a C programmer so I am not new to programming either.

Can someone show me some pointers? I mean I searched google and found that cURL is what I need to use to acheive this kind of task. I have started learning... Meanwhile, Can someone show some examples which will smoothen my learning process and make it easier a bit?

Please guide me and point me in the correct direction.

Thanks for your time!

Re: Website Manipulation in PHP

Posted: Tue Jan 05, 2010 9:27 am
by jont
I'm confused, do you mean you want a login system etc for your own website or you want a script that will log you into an already existing script/website and submit data?