php - Issue in sending POST data from Postman -


enter image description herei'm new postman.

i have login page in php/html. in this, data sent through post via html form.

but when send post data postman, not sent @ all.

on contrary change $_post["phone_number"] $_get["phone_number"] in php side, working fine.

can tell why happening , possible solution.

thanks

select "urlencoded" postman while sending request throught it. set method post , use url "aaaa.php".


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -