";
echo "| ".$results [ 'Z_TIMESTAMP' ]." | ";
echo "".$results [ 'LBSPERHR' ]." | ";
echo "".$results [ 'PREVTONS' ]." | ";
echo "".$results [ 'PREVTIME' ]." | ";
echo "".$results [ 'MAINSPD' ]." | ";
echo "".$results [ 'KNIFE1SPD' ]." | ";
echo "".$results [ 'KNIFE2SPD' ]." | ";
echo "".$results [ 'KNIFE3SPD' ]." | ";
echo "".$results [ 'MILL1SPD' ]." | ";
echo "".$results [ 'MILL2SPD' ]." | ";
echo "".$results [ 'MILL3SPD' ]." | ";
echo "".$results [ 'MILL4SPD' ]." | ";
echo "".$results [ 'MILL5SPD' ]." | ";
echo "".$results [ 'MILL6SPD' ]." | ";
echo "".$results [ 'MILL1LVL' ]." | ";
echo "".$results [ 'MILL2LVL' ]." | ";
echo "".$results [ 'MILL3LVL' ]." | ";
echo "".$results [ 'MILL4LVL' ]." | ";
echo "".$results [ 'MILL5LVL' ]." | ";
echo "".$results [ 'MILL6LVL' ]." | ";
echo "
";
// posts results gotten from database(title and text) you can also show id ($results['id'])
}
}
else{ // if there is no matching resultss do following
echo "No results";
}
}
else{ // if query length is less than minimum
echo "Minimum length is ".$min_length;
}
?>