Zrobiłem tak:
<?php
print '<h1><b>Project Tristram</b></h1><br>'; print 'Only for <i>The Unity!</i> developers.<br><br>';
print 'Zapytanie SQL:<br>';
require_once( 'includes/sql_form.inc.php' );
if ( isset( $_POST['sql'] ) ) {
if ( eregi( '^select', $_POST['sql'] ) ) {
print '<table border=1>';
$i = 0;
{
print '<td><center><b><u>'.$meta->name.'</u></b></center></td>'; }
{
for ( $j=0; $j<=count($row); $j++ ) {
print '<td>'.$row[$j].'</td>'; }
}
}
else
{
}
}
?>
Jak tak zrobiłem to mi wyszło coś takiego:

Ta tabelka jest baaardzo długa (na screenie nie ma suwaka) i nie wyświetla się zawartość tabeli, a jest tam chyba 9 rekordów. Pomóżcie