0
Q:

alerta con php

echo '<script>alert("Message")</script>';
1
// This is in the PHP file and sends a Javascript alert to the client
$message = "Something";
echo "<script type='text/javascript'>alert('$message');</script>";
0
echo '<script language="javascript">alert("juas");</script>';
1

New to Communities?

Join the community