Test Environment for Data to Python Data Structure to SQL to HTML
query($qry);
// Print the output data to the screen.
echo "\n";
while ($row = $out->fetch_assoc())
{
echo "\n";
foreach ($row as $dat)
{
echo "| ";
echo $dat;
echo " | \n";
}
echo "
\n";
}
echo "
\n";
?>