English 中文(简体)
PDF 表格提交
原标题:PDF form submission

我有一份PDF表格(在缩略语中制作),该表格通过吉大港山区提交。 我想要做的是,它有一份PHP的文字,它将采用PDF格式,并通过附件将其发送给我。

我不想:

———— 以电子邮件方式提交。 这就需要网络邮件用户拯救并附上该信,而且对大多数用户来说,这过于混淆。 我想一刀切,并做。

- 通过邮寄:email@address.com 是否与上述内容相同。

如果服务器上有一台pdf,我知道如何使用PHP的邮件将其传送给某人。 我不知道如何做的是,一旦有人在人民抵抗力量内部击退人民抵抗力量,就会处理人民抵抗力量。

这是否有意义?

Thanks, Jeff

问题回答

我认为我已经确定。 创建另一个论坛的答案,但必须记住在我的服务器上设定书面许可。

<?php

$fileatt = date("d-m-Y-His") . ".pdf";  // Creates unique PDF name
copy( php://input ,$fileatt); // Copies POST data to pdf file

?>

确保国防军的纽特将数据作为“PDF”而不是“HTTP邮政数据”发送。

该表将发给用户一个空白的PDF。 但是,你可以通过这样做来发出你想要的对策。

header( Location: your_return_form.pdf );

(或改用另一网页,或以任何方式)

尽管如此,我仍然有一些kin子,但我认为,大部分工作都是徒劳的。





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签