Hi,
I would like to show a message in a popup window or message box, right now I’m using the following code, but this just displays the message on the screen:
echo 'Number of inserted records: '.{ins[0][0]};
I would appreciate it if anyone could point me in the right direction to show the message in a popup.
Thanks.