Is this the code for conn.php?
P粉493611175
P粉493611175 2023-06-08 18:46:23
0
1
225

下面

<?php     $name = $_POST['username'];    $pwd  = md5($_POST['password']);    $sql = "select * from user where username='$name'";    $info = mysql_query($sql);    $res = mysql_num_rows($info);    ?>

P粉493611175
P粉493611175

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!