187 while($row = $result->fetch_assoc()) {
188 echo "<tr><td><a href="edit_customer.php?nid=<?
echo($row['sold_to_party_code']); ?>&page=<? echo(curPageURL()); ?
>">
<img src="images/ico_edit_16.png"
class="icon16 fl-space2" alt="" title="edit" />
为什么我在188行收到解析错误?它说它有一个字符串,但预期a,或;