$Three3 Posted June 3, 2010 Share Posted June 3, 2010 Hey everyone, I have a quick question. I want to build a web app for myself that will allow me to post stuff to Craigslist and retrieve postings from Craigslists. I am not doing this to spam Craigslist, I am just doing it to learn. My question is: Is this possible? If so, will knowing PHP be enough? Or will I also need to know how to use the cURL library? Thanks in advance for the help and advice. Link to comment https://forums.phpfreaks.com/topic/203807-is-this-possible/ Share on other sites More sharing options...
TOA Posted June 3, 2010 Share Posted June 3, 2010 Hey everyone, I have a quick question. I want to build a web app for myself that will allow me to post stuff to Craigslist and retrieve postings from Craigslists. I am not doing this to spam Craigslist, I am just doing it to learn. My question is: Is this possible? If so, will knowing PHP be enough? Or will I also need to know how to use the cURL library? Thanks in advance for the help and advice. php can read from a website in conjunction with xml or ajax. I've done it with php and xml to pull in a blog to a website. Google "importing blogs" or "importing html from a website". I'm sure you'll find what you're looking for. Link to comment https://forums.phpfreaks.com/topic/203807-is-this-possible/#findComment-1067432 Share on other sites More sharing options...
TheBG Posted June 3, 2010 Share Posted June 3, 2010 Go here: http://clmbot.phdatabase.com/ This is a bot I built to monitor craigslist categories and email or SMS when new items are added. If you want to build something like this you will definitely need to know cURL (not that hard). Link to comment https://forums.phpfreaks.com/topic/203807-is-this-possible/#findComment-1067436 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.