Copy link to clipboard
Copied
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,
You have an unintentional space where I put an X:
$row_XrecordsetName
Copy link to clipboard
Copied
You have an unintentional space where I put an X:
$row_XrecordsetName
Copy link to clipboard
Copied
Thank you so much, I would have been looking at the code for years ![]()
Copy link to clipboard
Copied
You're welcome. Sometimes it just takes a different set of eyes.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now