dead
0
Q:

alert in php

echo '<script>alert("Message")</script>';
1
<?php 
// PHP program to pop an alert 
// message box on the screen 
  
// Display the alert box  
echo '<script>alert("Welcome to Geeks for Geeks")</script>'; 
  
?> 
2
// 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
javascript:alert('Email enviado com Sucesso!');
javascript:window.location='index.php';
0

New to Communities?

Join the community