Client to Server to Client Data

Hello,
I am a newbie here, my current situation is
1.I have a client using an ionic app to send information to server
2. Server should evaluate and send data to a web browser
3. Web browser should return a response data to ionic client

How can i achieve this, what model/concept/ technology do I use ?
I use PHP for server side.

Thanking you.