nurwa Posted July 7, 2008 Share Posted July 7, 2008 hrmmm...i'm a new developer in PHP+SQL...ho to make a message pop up in site? Link to comment https://forums.phpfreaks.com/topic/113532-make-message-pop-up/ Share on other sites More sharing options...
GingerRobot Posted July 7, 2008 Share Posted July 7, 2008 Sounds like you're after javascript, not php. Google javascript alert boxes. Link to comment https://forums.phpfreaks.com/topic/113532-make-message-pop-up/#findComment-583369 Share on other sites More sharing options...
garethhall Posted July 7, 2008 Share Posted July 7, 2008 Like this <?php $txt = "Hello wolrd"; ?> <script>alert("<?php echo $txt; ?>");</script> <?php ?> hrmmm...i'm a new developer in PHP+SQL...ho to make a message pop up in site? Link to comment https://forums.phpfreaks.com/topic/113532-make-message-pop-up/#findComment-583381 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.