quick question

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
User avatar
elecktricity
Forum Contributor
Posts: 128
Joined: Sun Sep 25, 2005 8:57 pm
Location: Trapped in my own little world.
Contact:

quick question

Post by elecktricity »

so I noticed on a forum I went to a few "bots" were getting to the forums they were replying to a few forums really stupidly so I knew it wasnt a real person, but just a question tho is something like that possible with php? whenever its accessed it goes to a few sites and registers there and posts stuff? basicially how would I send post data to another site?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Yes it is certainly possible. curl is likely the best bet.

Knowing your intentions, I won't help you any further than that.
Post Reply