About:
Horje.com PHP HTML CSS JAVAScript Editor.
Version: 1.0
PHP Version: 7.3.33
Restore
Store
Run »
« Get
<?php header('Content-Type: text/event-stream'); header('Cache-Control: no-cache'); /Get the current time of server $time = date('r'); echo "data: The Current Server time is: {$time}\n\n"; flush(); ?>