How to properly pass form data in php?

后端 未结 6 1458
天涯浪人
天涯浪人 2021-01-25 14:07

I\'m using php to build a small form that requires passing 2 variables for processing.

I got the example off w3schools and although the info gets passed in the URL, the

6条回答
  •  死守一世寂寞
    2021-01-25 14:47

    Just add after that run your page for example page http://localhost/yourpage.php again, now just see whether error_reporting = E_ALL and display_errors = 1 is set or not if not then you have to configure your php.ini,

提交回复
热议问题