Query results
Error " . mysql_errno() . ": " . mysql_error() . ""); elseif (mysql_num_rows($res) == 0): echo("Query executed successfully"); else: ?> " . mysql_field_name($res,$ii) . ""); } ?> "); $r_array = mysql_fetch_row($res); for ($jj = 0; $jj < mysql_num_fields($res); $jj++) { echo(""); } echo(""); } ?>
" . $r_array[$jj] . "