【问题标题】:Please rectify this syntax error echo "<td> <a href='#'>" Add to cart "</a></td>"; [closed]请纠正这个语法错误 echo "<td> <a href='#'>" Add to cart "</a></td>"; [关闭]
【发布时间】:2013-12-31 03:52:52
【问题描述】:
echo "<td> <a href='#'>" Add to cart "</a></td>";

错误:

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

【问题讨论】:

标签: php html-table syntax-error href


【解决方案1】:
<?php
echo "<td> <a href='#'> Add to cart </a></td>";

【讨论】:

    猜你喜欢
    • 2012-05-15
    • 1970-01-01
    • 2015-10-26
    • 2011-02-25
    • 2019-01-29
    • 2021-09-27
    • 1970-01-01
    • 2016-04-02
    • 2022-12-01
    相关资源
    最近更新 更多