I'm trying to make an ajax call which contains the following example parameter
farms.company_id=1
but when received by PHP it has been changed to
farms_company_id=1
What's the best way to prevent this?
I'm trying to make an ajax call which contains the following example parameter
farms.company_id=1
but when received by PHP it has been changed to
farms_company_id=1
What's the best way to prevent this?