View Single Post
Old 04-30-2008, 12:20 AM   · #4
xrvel
xrvel is cruel :-)
 
xrvel's Avatar
 
Location: Indonesia
Trader Rating: (24)
Join Date: Nov 2007
Posts: 918
NP$: 1213.06 (Donate)
xrvel is a splendid one to beholdxrvel is a splendid one to beholdxrvel is a splendid one to beholdxrvel is a splendid one to beholdxrvel is a splendid one to beholdxrvel is a splendid one to beholdxrvel is a splendid one to behold
This should work
PHP Code:
$curlurl = 'http://something.com';

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $curlurl);
curl_setopt($ch, CURLOPT_REFERER, $curlurl);
curl_setopt($ch, CURLOPT_USERAGENT, getenv('HTTP_USER_AGENT'));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_HEADER, 0);
$curlresult = curl_exec($ch);
curl_close($ch);

echo(
$curlresult);


Please register or log-in into NamePros to hide ads
__________________
Xrvel Love Domains
Signature #2
xrvel is offline   Reply With Quote
Site Sponsors
Find out how! NameChatter Get Your Site Linked at LinkedKeywords.com
Advertise your business at NamePros
All times are GMT -7. The time now is 06:35 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.