【发布时间】:2010-04-21 19:44:43
【问题描述】:
我有以下代码。
$connect = new Connection ();
$response = $connect->putFile($fileName, $destination);
header("Location: /test.php?response=" . $response);
当我使用响应调用标头时,文件将停止执行,但控制台中不会出现错误...我在想这个数组可能需要为 url 编码?
如果是这样怎么办?
谢谢
【问题讨论】:
标签: php arrays header get multidimensional-array