Current Path : /home/easwari/www/llm/ |
Linux 141.162.178.68.host.secureserver.net 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64 |
Current File : /home/easwari/www/llm/is_autheticated.php |
<?php include('config.php'); mysql_query("SET SESSION sql_mode=''"); $source="select * from admin where username='".$_SESSION['user_name']."' and password='".$_SESSION['password']."'"; $result=mysql_query($source); $m=mysql_num_rows($result); if($m==0) header('Location:signin.php'); ?>