Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' - HELP PLEASE
On a file for a MYSQL Records Deletion I have one problem with the code, every other features works great execpt the Delete record tool
The problem is on line 96;
<td><a href="deleterecprd.php?recordID=<?php echo $row_ recordsetName [' fieldName ']; ?>"><?php echo $row_Recordset1['Date']; ?></a></td>
The problem on is;
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';'
I am running PHP 5.2 / MYSQL 5.1.57
Thank You,
