php alert meesage code example
Example 1: alert in php
echo '<script>alert("Message")</script>';
Example 2: simple alert program in javascript
alert("this is the alert")
echo '<script>alert("Message")</script>';
alert("this is the alert")