I have rows that is queried from mysql and shown in table. One of the fields is a hyperlink which links to the details of the corresponding record. Do anybody tell me what wrong with the following script? It always get a parse error after run. Your help I am appreciated very much!
<?
printf ("<table>
<tr><td><a href= "full_record.php">Details</a></td></tr>
</table>");
?>