Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 351 Bytes

File metadata and controls

14 lines (7 loc) · 351 Bytes

Have a php script receive feedback from any other script

Start script receiver.php first on console or browser.

Using new parameter $ident when connecting to server.
This way we can receive messages from client who now our $ident.

receiver.php

Sending messages to receiver using new parameter $ident

sender.php