You should store the data you received from hipmob in a database with lets say a flag 'seen'.
Then you could create an AJAX call from the example.php page to get notifications that haven't been seen yet in the database and the refresh the data based on that.