The data is insering in sql but blank

I am inserting data in SQL using the Raw tab it is working perfectly but when I insert data through form-data the variables are empty no data is going in variables. please help

Would you mind posting screenshots of what you are doing, please? It’s very hard to troubleshoot with the limited description you’ve provided.

1 Like

Please check out the screenshot

You’re passing in a form-data content type, but your php is requiring json.

You can change your php to expect x-www-form-urlencoded content and it should start working.