Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' - HELP PLEASE

New Here ,
Apr 04, 2012 Apr 04, 2012

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,

TOPICS
Server side applications
1.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Mentor , Apr 05, 2012 Apr 05, 2012

You have an unintentional space where I put an X:

$row_XrecordsetName

Translate
Mentor ,
Apr 05, 2012 Apr 05, 2012

You have an unintentional space where I put an X:

$row_XrecordsetName

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 05, 2012 Apr 05, 2012

Thank you so much, I would have been looking at the code for years

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Apr 05, 2012 Apr 05, 2012
LATEST

You're welcome. Sometimes it just takes a different set of eyes.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines