Author Biography \n"); print("MySQL reports: " . mysql_error() . "
\n"); exit(); } else { $row = mysql_fetch_object ($dbResult); echo "

{$row->firstName} {$row->lastName}

"; if ($row->bio =="") { echo "

There is no bio for this author.

"; } else { echo "

{$row->bio}

"; } } ?>

Copyright Waccamaw. All reprint rights reserved by authors.