Hello simptech,
Sorry I hadn't gotten back to you sooner. My disability decided to flare up which pretty much put me on my back for a week.
Thank you for the modified code. I just tried it and got the message:
Parse error: parse error, unexpected $ in ....... on line 60
Again, since I don't have an editor that shows line numbers, my manual count would put that near the end of the script, but there's no "$" on line 60. By my count END_ROW;} was line 60. The closest lines to that where I see a "$" are the following:
Code:
<input type="hidden" name="Status_old[{$row->ID}]" value="{$row->Status}">
</td>
</tr>
END_ROW;}
$output .= "</table>\n</form>\n";
echo $output;
?>
I did try changing the equates for "Status" to uppercase since that's how I have them in the database, but it made no difference.
Any thoughts about what might be causing the error?
I appreciate the help.
--Yizit
|