Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以帮助我,我在 magento header.phtml 文件中为带有 href 标签的简单链接创建了一个静态代码,但 href 标签不起作用。这是我的代码
<a href-"abc.php">Cart</a>
你的-符号应该是等号
-
这是错误的
这是正确的
<a href="abc.php">Cart</a>
我一直在尝试想出一个表格,学员可以在其中申请化妆课程,并且当他们提交时,数据将存储在数据库中。我是 android 编程新手,我也在使用 php 连接到数据库。
我不知道代码哪里出错了
这是我的错误:
08-01 1