请纠正此语法错误echo“<a href="#">&#34; Add to cart &#34;</a>”;

时间:2013-12-12 16:15:32

标签: php html-table syntax-error href

echo "<td> <a href='#'>" Add to cart "</a></td>";

错误:

  

解析错误:语法错误,意外T_STRING,期待','或';'   在C:\ xampp \ htdocs \ merchant e link \ index1.php第30行

1 个答案:

答案 0 :(得分:1)

<?php
echo "<td> <a href='#'> Add to cart </a></td>";