Loading...
<?php $filename = 'fungj.txt'; //文件路径 $str = file_get_contents($filename); //获取文件里的内容到$str $hash = 2; //设置HASH值 $password = '111'; //设置变量$password...
首先创建个conn.php文件,用于连接MYSQL。<?php $conn=mysql_connect("localhost","root","root") or die("数据库连接失败".mysql_error()); //连接服务器 mysql_select_db("d...