next Posted July 12, 2008 Share Posted July 12, 2008 I have a text file filled with auction item numbers and amounts, how can i make php parse txt file and send that info to ebay? I know how to work with files in php, but i have no clue how to pass that info to eBay. Can you point me in the right direction? Link to comment https://forums.phpfreaks.com/topic/114365-passing-information-to-ebay/ Share on other sites More sharing options...
chronister Posted July 12, 2008 Share Posted July 12, 2008 What do you mean pass it to ebay? You want a way to create an auction using a php script on your server?? Please elaborate. Link to comment https://forums.phpfreaks.com/topic/114365-passing-information-to-ebay/#findComment-588184 Share on other sites More sharing options...
next Posted July 12, 2008 Author Share Posted July 12, 2008 no, i want php to parse a text file and send retrieved information to eBay, example: auction number: 11111111111111, amount: $50.00 i want php to bid $50 on auction 1111111111111. Link to comment https://forums.phpfreaks.com/topic/114365-passing-information-to-ebay/#findComment-588533 Share on other sites More sharing options...
DeanWhitehouse Posted July 12, 2008 Share Posted July 12, 2008 so you want to make an e-snipe code? Link to comment https://forums.phpfreaks.com/topic/114365-passing-information-to-ebay/#findComment-588556 Share on other sites More sharing options...
next Posted July 12, 2008 Author Share Posted July 12, 2008 Thanks for the info, i googled esnipe, didn't know something like this existed, lol. Yes, that is partially what i want to do. Where do i start? Thanks again Link to comment https://forums.phpfreaks.com/topic/114365-passing-information-to-ebay/#findComment-588594 Share on other sites More sharing options...
DeanWhitehouse Posted July 12, 2008 Share Posted July 12, 2008 i'm not an expert but you will need to look into curl i think , Link to comment https://forums.phpfreaks.com/topic/114365-passing-information-to-ebay/#findComment-588598 Share on other sites More sharing options...
next Posted July 12, 2008 Author Share Posted July 12, 2008 Thanks. Link to comment https://forums.phpfreaks.com/topic/114365-passing-information-to-ebay/#findComment-588604 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.