Search code examples
phphtml-tablesyntax-errorhref

Please rectify this syntax error echo "<td> <a href='#'>" Add to cart "</a></td>";


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

Error:

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in C:\xampp\htdocs\merchant e link\index1.php on line 30


Solution

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