"; echo "\n"; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
Fill in one of these boxes ...
Rover part number:
Land Rover part number:
Girling part number
Lucas part number
"; ?>
1) { echo "

Warning: there is more than one entry for this part:\n"; echo "this early version of the database does not\n"; echo "yet handle parts with multiple cross references! Only\n"; echo "the first entry will be shown.

"; } if ($rows == 0) { echo "

Data not found: this part number is not in the database\n"; echo "or is misspelt.\n

"; } else { echo "

\n"; echo "\n"; $f=0; while ($f < msql_numfields($result)) { $fieldname=msql_fieldname($result, $f); $r=0; $fielddata=msql_result($result, $r, $fieldname); echo "\n"; $f++; } echo "
Results of your search for $data
$fieldname$fielddata
"; } ?>