Website Manipulation in PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
learningphpnow
Forum Newbie
Posts: 1
Joined: Tue Jan 05, 2010 3:23 am

Website Manipulation in PHP

Post 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!
jont
Forum Newbie
Posts: 5
Joined: Sat Oct 31, 2009 1:30 pm

Re: Website Manipulation in PHP

Post 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?
Post Reply