I am struggling to output a simple message ( like an Alert or MsgBox ) from a PHP page.
I have Page#1 which is html and it calls Page#2 which is pure PHP ( doing some MySql work but that is not relevant ).
When I need to send a message to the screen, I cannot get anything like echo or printf to work.
Yes, I realize that the html is client-side and the php is server-side and therein is the problem.
Is there a magical piece of code to do this??
Thanks