What is the difference between 360 browser and IE browser? ? ?-PHP Chinese Network Q&A
What is the difference between 360 browser and IE browser? ? ?
刘进乾
刘进乾 2020-11-10 21:38:27
0
1
2916

//form.html

Rookie Tutorial (runoob.com)

Name:

Age:

;

##//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?

刘进乾
刘进乾

reply all (1)
灭绝师太

Check F12 of 360 Browser. It is a compatibility issue. Write a set of codes that can be displayed normally on 360 Browser independently, and then compare the differences between the two. Then you will know why, and then you will accumulate compatibility information. experience.

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!