Server Sent Events With Codeigniter 4 |
(12-24-2020, 01:30 PM)includebeer Wrote: echo "id:". $id . PHP_EOL; this is the code i have on line 130 on common.php file. complete function is as below PHP Code: function sendMsg($id, $message, $progress) |
Messages In This Thread |
Server Sent Events With Codeigniter 4 - by midhunlalkc - 12-24-2020, 06:42 AM
RE: Server Sent Events With Codeigniter 4 - by InsiteFX - 12-24-2020, 01:14 PM
RE: Server Sent Events With Codeigniter 4 - by includebeer - 12-24-2020, 01:30 PM
RE: Server Sent Events With Codeigniter 4 - by midhunlalkc - 12-25-2020, 11:32 PM
|