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

下面

<?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

reply all(1)
PHP中文网用户-8603393

No way to link data? Just bring it with you. And the submitted post is not filtered, can it be queried directly? Doing so runs the risk of being attacked

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template