Most of the User wants to show message box after some process happens in Webpage.
But in Php you can't show message box like you have done in javaScript.
But you can use javascript in php to show message box.
This code is use to show message box in Php file using javascript.
<?php
..... .. ...
Read More