کد PHP:
include("../functions/connect.php");
if(isset($_POST['submit'])){
$useame = $_POST['useame'];
$password = $_POST['password'];
$sql = "SELECT * FROM `tbl_users` WHERE useame= $useame AND password=$password";
$result=$connect->query($sql);
if($rows=$result->fetch(PDO::FETCH_ASSOC))
{
}
ما را در سایت php مرکز کد های سایت دنبال میکنید
برچسب: نویسنده: استخدام کار بازدید: 178