Advertisement
alex1984vn

php call javascript

Apr 6th, 2011
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2. if ($ID = '') {
  3. echo "<script language=javascript>alert('Please enter a valid username.')</script>";
  4. }
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement