How to properly pass form data in php?

后端 未结 6 1403
天涯浪人
天涯浪人 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 15:02

    Check URL if you can view values in url and still can't able to fetch it then try var_dump($_REQUEST); and my suggestion is to try to submit form in same page because when i was fresher i write both codes in same page but action page is different so i was confused why its not working

提交回复
热议问题