![]() ![]() ![]() ![]() ![]() |
|
dESPair Aircraft Detail Data
|
||||||
|
aID
|
Type |
Callsign
|
TailN° | More Details | ||
| > Flight history > Aircraft remarks > POH > Pictures > Story of... |
||||||
| Chief pilot | Home base | Current location: | ||||
| $rnickname";?> | '????' order by arrDate DESC, arrTime DESC limit 1";
$results = mysql_query($qry,$acConn);
###DEBUG echo "q: $qry "; if ($results){ $numRows = mysql_num_rows($results); } if ($numRows >0) { list($currLoc)= mysql_fetch_row($results); echo $currLoc; } }ELSE{ echo "no connection available "; } ?> |
|||||
| Description | Last flight: |
|||||
|
if ($acConn) {
$gotDB = mysql_select_db($tbl , $acConn);
$qry = "Select max(depDate) as mDep from flights where acPtr=$id";
$results = mysql_query($qry,$acConn);
###DEBUG echo "q: $qry "; if ($results){ $numRows = mysql_num_rows($results); } if ($numRows >0) { list($mDep)= mysql_fetch_row($results); echo substr($mDep,8,2).".".substr($mDep,5,2).".".substr($mDep,0,4); } }ELSE{ echo "no connection available "; } ?> |
||||||
| Max Passengers | DOC | MTBF | Repair Count | Acq. Date: |
||
| $ | ||||||
| HP | S.F.C. | Max Fuel | Max Range | Flown distance: |
||
| lb | h |
if ($acConn) {
$gotDB = mysql_select_db($tbl , $acConn);
$qry = "Select sum(distance) as sumDist from flights where acPtr=$id";
$results = mysql_query($qry,$acConn);
###DEBUG echo "q: $qry "; if ($results){ $numRows = mysql_num_rows($results); } if ($numRows >0) { list($sumDist)= mysql_fetch_row($results); echo "$sumDist nm"; } }ELSE{ echo "no connection available "; } ?> |
||||
| MTOW | Empty Weight | Max Cargo | Cruise Speed | A/C Status: |
||
| lb | lb | lb | kts | if ($racState==1) { echo "Active"; }ELSE{ echo "Retired"; } ?> | ||
| Min RW length | STOL | Floats equiped | ||||
| ft | ||||||