Error " . mysql_errno() . ": " . mysql_error() . ""; } else { ?>
Variable_name
Value
"; $row_array = mysql_fetch_row($result); for ($j = 0; $j < mysql_num_fields($result); $j++) { echo "
" . $row_array[$j] . "
"; } echo ""; } ?>