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.
我有一个名为餐馆的数据库表,其中包含字段 restaurant_id restaurant_name。我需要获取这些数据并将餐厅名称链接到包含餐厅描述的内部页面。我使用 php 来获取结果,但不知道如何将单独的链接添加到获取数据后出现的单独餐厅名称。提前致谢
一旦您的 php 检索到餐厅的数据,只需将一些<a href链接回显到输出响应中。如果您使用 AJAX 进行此查询,则客户端应获取 html 响应并将其附加到页面上的元素。
<a href