Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.73K
1 Posted Topic
I am late for reply . <?php $ch = curl_init('http://www.sopantech.com/'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_exec($ch); if(!curl_errno($ch)) { $cinfo = curl_getinfo($ch); echo "<pre>"; print_r($cinfo); echo 'Page loaded in '.$cinfo['total_time'].' seconds'; } curl_close($ch); ?>
The End.
Dinesh Kumar_1