Question from novice
阿星
阿星 2018-04-10 21:00:43
0
3
1272

What does it mean to write a web page cj.html and submit it to the panduan.php page in post mode?

阿星
阿星

菜鸟起飞中.......我会加油的!

reply all(2)
时光@记忆

Submitting data and processing code can be in the same php file. It is possible to have front-end and back-end together

时光@记忆

cj.html is the front-end code, panduan.php is the back-end script, and the front-end collects data and transmits it to the back-end for processing. The backend returns the results to the frontend after processing. There are GET, POST, and other methods. The POST method is encrypted transmission. The GET method is transmitted in clear text, and you can see

in the browser url box.
  • reply Thank you! Then, why do you sometimes just write a php file and you can see the effect in the browser? Doesn't it necessarily require a front-end?
    阿星 author 2018-04-12 16:19:37
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template