MySpeed
0
Q:

how to show alert message in php

<?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
echo '<script language="javascript">alert("juas");</script>';
1

New to Communities?

Join the community