Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

allert in php

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