Monday, March 12, 2012

Alert box using php

<?php
$Text = "Hello World!";
echo "<script type='text/javascript'>alert('{$Text}');</script>";
?>

No comments:

Post a Comment

Thank you for your Comment....

Popular Posts