So I want to create a rather large text area
for different price tags and by the extent of the code in the html file
I thought that proceeding with an embedded PHP with this information would
decrease the amount of code and also simplify editing for information purposes
what I want to know is how I can embed this sort of code which is in HTML now
with PHP into my Index.html
so my code which consist of a very large text is:
Products
Prices
.
Delivery
.
I want this to be in a PHP file and then embedded into my
Index file:
Sales
and I really like to know how you proceed with this
cause I cant seem to get it working.
本文探讨了如何通过使用PHP来简化大型HTML文件中的价格标签编辑工作。作者希望将现有的HTML价格标签信息转移到一个单独的PHP文件中,并将其嵌入到主HTML文件中,以减少代码量并方便后期维护。
1704

被折叠的 条评论
为什么被折叠?



