Ok.. here is the problem..
I have a loop which loops for ten times.
For each iteration an insert query is executed.
This insert query has 5 column values whose value is again a query itself i.e sub query.
It works fine on my local system.
But when it is run on server system, the loop executes only once i.e only the first insert query is executed.
Why is it so? The same code works fine on my local system.. but when i put in on a live server, it just refuses to iterate except once.
I tried html response time also. But no use..
Can some tell me whats going wrong?
I have a loop which loops for ten times.
For each iteration an insert query is executed.
This insert query has 5 column values whose value is again a query itself i.e sub query.
It works fine on my local system.
But when it is run on server system, the loop executes only once i.e only the first insert query is executed.
Why is it so? The same code works fine on my local system.. but when i put in on a live server, it just refuses to iterate except once.
I tried html response time also. But no use..
Can some tell me whats going wrong?