I have an issue and I am in need of some help. I have PHP version 4.4.7 and I want to POST data in API which uses MVC pattern and json data. I tried with get_file_contents
method but i get 405 Error.
I want to pass three variable in the link below
http:...../api/create_customer?x=test&y=test1&y=test3
create_customer
is the method I have to call and pass attributes.
What does this version of PHP supports in order to connect with the credentials and post the data to the API. The possibility of upgrading the version is impossible so I have to find a way to do it in the current version.