sqlite and php: wait for selection results

tesoter

New Member
I'm currently working on a project that uses PHP and sqlite for real-time data tracing. When my php script, say script A, querys sqlite for a selection operation, it returns immediately even with no result. What I'm expecting is that script A will wait until the data is stored in sqlite, for example, by script B. I've tried to used inter script communications in PHP, however, it doesn't seems to work on Windows. Anyone has some solution?
 
Back
Top