Im calling third party api through SoapClient class to get data to display in my site,
I got a very strange problem,after i called soapclient api the simple mysql select
query stop working and didn’t fetch any records from db.
If i call query before calling api then query is working and returning result,
but if i call same query after api then query returns empty record.
I increase time limit and also memory limit on server but still same problem.
I think there is some configuration problem on server because same code is working
fine from my local machine.
I tried but i dont know which configuration i have to change on server.
Any help will be appreciated.
Thanks