how can i pass vraiable in mysql i have folling code
Code:$username = $_REQUEST['username']; $password = $_REQUEST['password']; $result = mysql_query("SELECT * FROM login_db where LoginID= 'demo' and loginpassword1= 'demo' "); I neeed to pas values in variables $username and $password please corrrect above where clause


Reply With Quote