";
if(isset($_POST['country'])) /* If our select-box is set we create a table with the chosen country */
{
foreach($trucks as $printTruck)
{
if($_POST['country'] == $printTruck[2])
{
echo "
";
echo "
Modelname: " . $printTruck[0] . "
City: " . $printTruck[1] . "
Country: " . $printTruck[2] . "
" ;
echo "
Name:
Wheel:
Horse Power:
";
foreach($printTruck[3] as $printDatas)
{
echo "