In my PHP application every user can see the task list. When a user deletes a task I'm able to refresh a page so that they will see the new task list, but that task is still seen by other users.
What I want is when user deletes a particular task, all users should get a fresh task list (update or refresh should happen).
What is the best way to do that? I'm also using my application iphone safari browser.