发送原始发布数据

时间:2011-10-24 18:30:41

标签: php html

如何发送原始帖子数据,并在接收.php中使用file_get_contents('php:// input')...如何设置表单来执行此操作?

所以基本上file_get_contents从php输入读取文件中的字符串?

2 个答案:

答案 0 :(得分:0)

在表单的操作中将页面设置为wibble.php然后在wibble.php中写入

<?PHP
file_get_contents('php://input');
?>

答案 1 :(得分:0)

您可能需要设置php.ini指令always_populate_raw_post_data

php://输入不适用于enctype =“multipart / form-data”。