E10 DB Viewer
This chart contains reported schedules for the "E10" spy station, believed to be operated by MOSSAD, Israeli Intelligence. It is based on observed transmissions.

Home
E10 Cross Reference Schedule
E10 Time Schedule
E10 Frequency Schedule

";

print "\r\n \r\n Number of entries = $number \r\n";

$utc="UTC";
$freq="Freq kHz";
$call="Call";
$ID="ID";

$s=sprintf("%4s   %3s   %6s \r\n",  $utc, $call, $freq);
print "$s";

$i=0;
while($i<$number)
{

$utc = mysql_result($result,$i,"utc");
$ID = mysql_result($result,$i,"ID");
$call = mysql_result($result,$i,"call");
$freq = mysql_result($result,$i,"freq");


$s=sprintf("%04d   %3s   %6s \r\n",  $utc, $call, $freq);
print "$s";

$i++;
}

print "
"; $i=0; /* CREATE TABLE E10 ( ID int(11) NOT NULL auto_increment, CALL varchar(10) NOT NULL, UTC int(11) DEFAULT '0' NOT NULL, FREQ int(11) DEFAULT '0' NOT NULL, PRIMARY KEY (ID) ); */ /* Close the database connection */ MYSQL_CLOSE(); ?> Home
E10 Cross Reference Schedule
E10 Time Schedule
E10 Frequency Schedule