SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: php make a get or post call to another url, get results

  1. #1
    SitePoint Evangelist Fleeters's Avatar
    Join Date
    Jul 2003
    Location
    Dumpsville
    Posts
    406
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    php make a get or post call to another url, get results

    How can I make a GET or POST call to another URL and get the results of that back?

    I'm also trying to do this without any dependencies on other libraries..

    -A
    Aaron Smith
    smithaaronlee.net

  2. #2
    Who turned the lights out !! Mandes's Avatar
    Join Date
    May 2005
    Location
    S.W. France
    Posts
    2,485
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    What do you mean get the results back ??
    A Little Knowledge Is A Very Dangerous Thing.......
    That Makes Me A Lethal Weapon !!!!!!!!

    Contract PHP Programming

  3. #3
    SitePoint Evangelist Fleeters's Avatar
    Join Date
    Jul 2003
    Location
    Dumpsville
    Posts
    406
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I mean say I have a service that I need to submit some data to through a get or post. The response of that url. so like success=true/false.. etc...
    Aaron Smith
    smithaaronlee.net

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •