PHP Universal Alert function method, PHP general alert function
In this paper, we describe the method of implementing General alert function in PHP. Share to everyone for your reference. Specific as follows:
Functions: General Hints
Parameters: Message, type or address, window name or function name, delay milliseconds
Alert ("", "function", "CLOSE2", 300);
The code is as follows:
function Alert ($Str, $Typ = "Back", $TopWindow = "", $Tim =100) { echo "". chr); Exit ();}
I hope this article is helpful to everyone's PHP programming.
http://www.bkjia.com/PHPjc/966544.html www.bkjia.com true http://www.bkjia.com/PHPjc/966544.html techarticle PHP implements the General alert function method, PHP general alert function In this paper, we describe the method of implementing General alert function in PHP. Share to everyone for your reference. The following: function: General mention ...