cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-and-php mailing list Archives

Re: TFTP PUT in PHP

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 27 Oct 2007 15:31:09 +0200 (CEST)

On Sat, 27 Oct 2007, simon_at_ice.org wrote:

> I can attest using single or double quotes in curl declarations in PHP make
> no difference.

So are you saying that in PHP land the following two lines are identical?

curl_setopt($c, "CURLOPT_PUT", "TRUE");

curl_setopt($c, CURLOPT_PUT, TRUE);

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2007-10-27

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET