Welcome to my home page

Some text.

Some more text.

\n"; while($row = mysqli_fetch_row($result)) { print "\n"; foreach($row as $field) { print "$field\n"; } print "\n"; } print "\n"; mysqli_close($link); ?>