“;
echo “
Articolo
“;
// keeps getting the next row until there are no more to get
echo “
“;while($row = mysql_fetch_array( $result )) {
// Print out the contents of each row into a table
echo “
“;
}
echo “
“;
echo “
“;
?>
“;
echo “
“;
// keeps getting the next row until there are no more to get
echo “
“;while($row = mysql_fetch_array( $result )) {
// Print out the contents of each row into a table
echo “
“;
}
echo “
“;
echo “
“;
?>