|
||||
PHP / Javascript Alerts - Quick an easy Alert function
PHP Javascript Alert Function Added: 2008-05-19 08:51:25 This is a simple function that can be added to your codebase, or global.inc.php that will mean you never have to write a javascript alert again, just call the PHP function. function alert($alert) { Now just make a PHP call to alert(); <? alert("Hello PHP World, this is a Javascript Alert"); ?> Copyright MySpaza.Co.Uk - 2008
|
||||
Comments from other users: