logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: Help with curl: msg#00006

Subject: Re: Help with curl
If you don't have control of the data from the origin you could use regular expressions to alter it.
----- Original Message -----
Sent: Friday, June 17, 2005 2:56 PM
Subject: Help with curl

Hello, Does anyone know if there is a way to parse and alter the information coming from

the website before it is sent to the browser?

 

<?

$url="" href="http://www.anydomain.com">http://www.anydomain.com;

 

$ch= curl_init($url);
if(!$ch)
die(sprintf('Error [%d]: %s', curl_errno($ch), curl_error($ch)));

$data="">if(!$data){
die(sprintf('Error [%d]: %s', curl_errno($ch), curl_error($ch)));

}

curl_close ($ch)

 

?>

 

Thanks

art


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.7.4/16 - Release Date: 6/15/2005


Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>