Founf somthing here: $cginame[$count]
\n");
break;
}
// else > break;
else
{
print("not found $cginame[$count]
\n");
break;
}
}
fclose($fp);
}
}
}
?>