$_POST in php 5.3.5 does not work

后端 未结 9 1128
不思量自难忘°
不思量自难忘° 2021-01-07 02:17

I\'m working on a page in PHP 5.3.5, and it seems that $_POST doesn\'t contain the data submitted from my form.

This is the HTML file :

         


        
9条回答
  •  暖寄归人
    2021-01-07 03:01

    It's probably because you have magic_quotes_gpc turned on. You should turn it off: http://www.php.net/manual/en/security.magicquotes.disabling.php

提交回复
热议问题