Do you have any suggestions with my problem. I need to use get and post at the same time.
Get because I need to output what the user has typed. And post because I need to ac
As saig by the other answers, you can't do a get and a post request at the same time. But if you want to unify your PHP code in order to read a variable received through a get or post request, maybe you could use $_REQUEST