Hi
I come from a PHP background and would like to know the code to include content from an external URL. In PHP, it's
<?
include("?>
and to include content from a secure URL, it's
<?
$ch = curl_init();
curl_setopt ($ch, CURLOPT_URL, "curl_setopt ($ch, CURLOPT_HEADER, 0);
curl_exec ($ch);
curl_close ($ch);
?>
Whats the ASP equivalent?
cheers
I come from a PHP background and would like to know the code to include content from an external URL. In PHP, it's
<?
include("?>
and to include content from a secure URL, it's
<?
$ch = curl_init();
curl_setopt ($ch, CURLOPT_URL, "curl_setopt ($ch, CURLOPT_HEADER, 0);
curl_exec ($ch);
curl_close ($ch);
?>
Whats the ASP equivalent?
cheers