This allows you to send message from your server via headers to the dhtmlconsole developer panelThis plugin allows you to send a message from your web server (directly by running a server script or making an ajax call) to your browser by using an HTTP Header.
The only rule is that you need to send custom HTTP headers from your server with the name of the header starting with X-DHTML-CONSOLE.
To send a message from a PHP script to the browser, this implementation will suffice: