Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

alert in php

// This is in the PHP file and sends a Javascript alert to the client
$message = "Something";
echo "<script type='text/javascript'>alert('$message');</script>";
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #alert #php
ADD COMMENT
Topic
Name
3+8 =