新人提问:竟然输出一片空白
Jazz Legends - Miles Davis
index.php:
function sanitize_data(&$value, $key) {
$value = strip_tags($value);
}
array_walk($_POST['keyword'], "sanitize_data");
?>
输入数据后提交转到index.php输出竟然一片空白。。。。为什么呢?完全不关单引号双引号的事!
------解决方案--------------------是不是要加个echo
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn