kid_drew Posted October 31, 2006 Share Posted October 31, 2006 This probably isn't a php question, but I thought I'd throw it out there. I have an ad that I want to post in multiple cities on Craigslist. Instead of going to each city's page and typing in the exact same ad, what I want to do is create a script that will load up many windows or tabs with the form for a different city in each window, auto fill the form, and have it waiting at the verification page for me to type in the word to submit the ad.Anyone have any idea how to do that? perl maybe? Link to comment https://forums.phpfreaks.com/topic/25727-php-form-autofill/ Share on other sites More sharing options...
scliburn Posted October 31, 2006 Share Posted October 31, 2006 i would think you could use google tool bar? lmao. If the site only allows posts from it's localhost, then the following wouldn't be possible:create your own form, host it, and post to the proper url. Alot of spammers do this with contact form submissions.if the form does not call to "values" in it's html, then it may be impossible. If the form does call to a value (try submitting the form but leave off some required data) then you can easily place your values into a GET stringform.html?name=john&city=los%20angeles&ad=youraddstuffhere.just some suggestions. Not that I'm promoting working around anyone's protocol for form submissions... ;) Link to comment https://forums.phpfreaks.com/topic/25727-php-form-autofill/#findComment-117420 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.