Alert PHP by NicholasPhillips January 21, 2015 function alertPhp($texto){ ย ย ย ย echo “<script type=’text/javascript’>alert(‘”.$texto.“‘);</script>”; } Tags:javascriptphp