| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-php mailing list Archives
libcurl with redirects not working for google video, works with curl
From: Tim Schwartz <timatron_at_gmail.com>
Date: Sun, 4 Jun 2006 20:55:12 -0400
Hello all,
I've been trying to use libcurl in php to download the actual flv files from
if you open the url in firefox it will downlaod it.
thx!
Example:
this doesnt work -->
<?php
$url = "
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
echo $data;
?>
this works -->
curl -L "
_______________________________________________
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info