Php 从输入文本中获取二维码

Php 从输入文本中获取二维码,php,html,qr-code,Php,Html,Qr Code,我有一个网站,我要求提供信息,现在我想生成一个二维码,在那里我可以访问我在这些值中所写的内容。这是我的标签代码 <form action="action_page.php"> <input type="text" id="fname" name="Value1"> // transform this and the below in only one QR code <input type="text" id="ln

我有一个网站,我要求提供信息,现在我想生成一个二维码,在那里我可以访问我在这些值中所写的内容。这是我的标签代码

 <form action="action_page.php">
            <input type="text" id="fname" name="Value1"> // transform this and the below in only one QR code
            <input type="text" id="lname" name="Value2">
            <input type="submit" value="Submit">
    </form>

//仅在一个二维码中转换此二维码和以下二维码

所有这些的php/qr代码在哪里?这就是我想要的代码:)问题太广泛了,这意味着有太多可能的答案,其中一些答案是错误的(可能会被否决)。尝试一下,当您遇到问题时,我们将非常乐意提供帮助;-)