Hallo!
Ich hab mal eine kleine Frage. Sorry, dass ich die Suchen-Funktion nicht benutzt habe, glaubte aber nicht, dass jemand dies schon eonmal gefragt hat
Dies ist ein kleiner Code, den ich geschrieben habe. Die Variablen sind alle richtig gefuellt. Aber mein Browser gibt beim Aufruf folgendes zurück:
Warning: Supplied argument is not a valid MySQL result resource in /usr/local/httpd/htdocs/pbs/nanubs/functions.php on line 10
Kann mir jemand erklaeren, was ich falsch gemacht habe?
Ich hab mal eine kleine Frage. Sorry, dass ich die Suchen-Funktion nicht benutzt habe, glaubte aber nicht, dass jemand dies schon eonmal gefragt hat
PHP-Code:
<?
$db = @MYSQL_CONNECT($db_host_name,$db_user_name,$db_pass);
mysql_select_db($db_name,$db);
$login = "lheidkae";
$pass = "lheidkae";
$res1 = mysql_query("SELECT id_nr FROM user WHERE logname=$login AND passwd=$pass");
$userid = mysql_fetch_row($res1);
?>
Warning: Supplied argument is not a valid MySQL result resource in /usr/local/httpd/htdocs/pbs/nanubs/functions.php on line 10
Kann mir jemand erklaeren, was ich falsch gemacht habe?
Kommentar