Hello everyone, I have developed an application. But I need a script to perform push back just like facebook does when updating users profile. Please how can I do this in php. Please I would like it with a simple demo code. Thanks alot.
skliz 0 Unverified User
Recommended Answers
Jump to PostWhat do you mean with "push back"?
Jump to PostIf you need 'push' tech, then ajax ('pull') is pretty poor, performance-wise, as you have to continuously poll the server. Comet (sometimes called 'long-polling') may be a better fit for you, but it may mean setting up a server. The latest, 'websockets' looks extremely promising if only that it worked …
All 5 Replies
cereal 1,524 Nearly a Senior Poster Featured Poster
skliz 0 Unverified User
cereal 1,524 Nearly a Senior Poster Featured Poster

diafol
cereal commented: thank you for suggestion, I have to try it! +9
skliz 0 Unverified User
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.