Hi guys,
I'm trying to write code where an ajax function, at a specified interval, calls php script to query a table and open a certian window according to the response(variable) received. After that, the ajax function will continue to call the same php script but will open another window only if the response or variable is different from the previous request(s). What kind of method should I use to achieve this?
anatta 0 Newbie Poster
Recommended Answers
Jump to PostAnatta,
As I see it ......
The question you need to answer is : Where are you going to store the responses such that you can avoid repeats?
To help answer that, you need first to ask what scope should the "response-store" have? My main choices would …
Jump to PostOK, you've described something that I have never attempted, though I can envisage the various elements you would need - but only for a thin client (browser) interface. My experience outside thin-cliient is limited.
Firstly, you will need the agreement and cooperation of your IT Department at a high …
All 7 Replies
codejoust 8 Junior Poster
codejoust 8 Junior Poster
anatta 0 Newbie Poster
Airshow 416 WiFi Lounge Lizard Team Colleague
anatta 0 Newbie Poster
Airshow 416 WiFi Lounge Lizard Team Colleague
anatta 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.