//form.html
Rookie Tutorial (runoob.com)
;
##//welcome.php
header("content-type:text/html;charset=utf-8");
$name=$_POST['fname'];
$age=$_POST[' age'] ;
echo $name;
echo $age;
?>
These two pieces of code are in It can run normally in IE and Google browser, but not in 360 browser. Why?