我使用 SQL 来存储我网站的页面,管理员可以编辑某些页面的页面内容,例如查询,联系我需要在页面内容中使用 PHP 表单
我想要的是 page.php?name=contact 从管理员可以编辑的页面名称“联系人”的 sql 中获取数据
例如数据是:
"Address of Company"
"Use the form below to contact us"
&在该数据下方,我想包含来自contact.php文件的内容,其中包括表单和所有验证和邮件发送功能。
我可以使用一些可以包含在 sql 数据中的短代码或函数,例如 wordpress [contact-form],因此在访问 page.php?name=contact 时,可以在 sql 数据下方包含来自 contact.php 文件的内容。
"Address of Company"
"Use the form below to contact us"
[contact-form]<--- Form from contact.php or enquiry.php included below content
使用此类文件的方法包括
谢谢