View Single Post
Old 05-07-2009, 07:44 AM  
Killswitch - BANNED FOR LIFE
Guest
 
Posts: n/a
PHP Code:
<?php
$Sites 
= array('google.com''search.yahoo.com''godaddy.com');
$Scan = new CheckURL($Sites'search');
foreach(
$Scan->Pass() as $ID => $Site)
{
    echo 
$Site."\n";
}
?>
Mmmm, looking sexy!
  Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote