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.
我不太了解php,想知道如何将表单输入值传递给pdf(使用TCPDF)?我需要添加哪些代码行?它不可能那么复杂,我一直在寻找很长时间,但我无法在任何地方找到答案。
您可以简单地使用$_POST或$_GET从您的 TCPDF 类中检索它们。
$_POST
$_GET