PHPMYSQLI Special Functions


PHPMYSQLI Special Functions
<!Doctype HTML>
<head>
<title>PHPMYSQLI Special Functions</title
</head>

<body>






<?PHP


echo date ("D/M/d/Y- h:m:s")."<br>";



$invoice=mt_rand(10000,100000);

echo $invoice.  "<br><br>";



#changepassword=md5($invoice);

echo #changepassword;

?>