Mysql query stop working

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shaam
Forum Newbie
Posts: 20
Joined: Tue Jun 23, 2009 6:36 am

Mysql query stop working

Post by shaam »

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
Post Reply