alert js php code example
Example 1: alert in php
echo '<script>alert("Message")</script>';
Example 2: php echo alert js
echo '<script type="text/javascript">alert("Data has been submitted to ' . $to . '");</script>';
Example 3: alert js in php
javascript:alert('Email enviado com Sucesso!');
javascript:window.location='index.php';