Query another website server

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
danny04
Forum Newbie
Posts: 1
Joined: Fri Dec 10, 2010 3:29 am

Query another website server

Post by danny04 »

I have a site which sells items on behalf of other people (affiliate). I want to be able to send the sellers the customers email and name when a purchase is made. I have been given a link by the sellers but tried querying their server using curl but did not work. How do i go about it?
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Query another website server

Post by Celauran »

danny04 wrote:but did not work.
Doesn't give us much to work with. What did you try? What happened?
mellowman
Forum Commoner
Posts: 62
Joined: Sat Nov 22, 2008 5:37 pm

Re: Query another website server

Post by mellowman »

if you affiliate with them, why wont they just send you there database information to you. So u can query it the old school :D
Post Reply