All Tags » Php » http (RSS)

Browse by Tags

  • To cURL or not to cURL?

    I haven't fully investigated this issue yet but I thought I'd post here as it is late and you never know, I may get some input before the morning. So here is the scenario...I have a method that creates a "Media Object" for our users. When a media object is created, the user is given...
    Posted to PHP (Forum) by CrazyMerlin on 05-05-2008
  • Re: Performances...

    Luca, I'm also very concerned about the performance of the web service. Did you time the call and did it take 5 seconds? Ord did the page take 5 seconds to load? Edward
    Posted to PHP (Forum) by egranville on 02-21-2008
  • Re: RestUtils using curl alternative

    Hello, I have changed RestUtils to use pear HTTP_Request when no support for curl, just make sure php is compiled with openssl enabled, otherwise you can't authenticate with https. I actually didn't go through with checking that it's fully working, since it was just easier enabling curl for...
    Posted to PHP (Forum) by stanzapub on 12-12-2007
  • RestUtils using curl alternative

    Hello, I am looking for an alternative to curl, to add to the RestUtils.php from the file manager (for the benefit of php without curl enabled). I have been trying to use PEAR HTTP_REQUEST, but haven't got it working yet, it seems to get stuck on authentication. Is there an already-written alternative...
    Posted to PHP (Forum) by stanzapub on 12-04-2007
  • Re: Create Photo Album in PHP

    There are a few options you can do, if you are using http upload through a web browser you can pass in as many files as you like this would look like: [quote] < body > < form ENCTYPE = "multipart/form-data" action = "Upload.ashx" method = "post" > < LABEL...
    Posted to PHP (Forum) by BarryR on 10-10-2007
Page 1 of 1 (5 items)