Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

POP UP WITH PHP

<?php
// PHP program to pop an alert
// message box on the screen
  
// Display the alert box 
echo '<script>alert("Welcome to Geeks for Geeks")</script>';
  
?>
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #POP #UP #WITH #PHP
ADD COMMENT
Topic
Name
7+8 =