Alert box in PHP question ???

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
zura
Forum Newbie
Posts: 9
Joined: Mon Oct 17, 2011 1:04 am

Alert box in PHP question ???

Post by zura »

hi.
How i can echo alert box in php code.
User avatar
twinedev
Forum Regular
Posts: 984
Joined: Tue Sep 28, 2010 11:41 am
Location: Columbus, Ohio

Re: Alert box in PHP question ???

Post by twinedev »

[c]echo '<script type="text/javascript"> alert("Hello World!"); </script>';[/c]
Post Reply