View Single Post
Old 08-12-2010, 01:00 AM  
escoman
Confirmed User
 
escoman's Avatar
 
Join Date: Jun 2004
Posts: 597
i fixed it with curl. I don't know how good and effective this is but it works.

<?php

$curl_handle=curl_init();
curl_setopt($curl_handle,CURLOPT_URL,'http://www.domain.com/site/script.php?go=type&pid=1');
curl_exec($curl_handle);
curl_close($curl_handle);

?>
__________________
Porn
escoman is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook