Answers for "how to put echo as a js alert"

PHP
1

php echo alert js

echo '<script type="text/javascript">alert("Data has been submitted to ' . $to . '");</script>';
Posted by: Guest on January-29-2021

Browse Popular Code Answers by Language