Page 1 of 1

Alert box in PHP question ???

Posted: Tue Oct 18, 2011 2:04 pm
by zura
hi.
How i can echo alert box in php code.

Re: Alert box in PHP question ???

Posted: Tue Oct 18, 2011 2:43 pm
by twinedev
[c]echo '<script type="text/javascript"> alert("Hello World!"); </script>';[/c]