<h1>Article Details </h1> <table align=center width=95%> <caption align=center> <?=$error?></caption> <tr> <td><table width="95%" border="0" cellspacing="0" cellpadding="0" class="style1"> <? $news = "select * from yellow_articles where articleid='$_GET[id]'"; $newsresult=mysql_query($news) or die(mysql_error()); $newsline=mysql_fetch_array($newsresult) ?> <tr> <td> <strong> <?=$newsline[articletitle]?> </strong><br><br> <?=nl2br($newsline[articledesc])?> <br> <br> <hr /> </td> </tr> <tr> <td align="center"> </td> </tr> </table></td> </tr> </table>