<?php include("function.inc"); include("lang/polish.inc"); { ?> <form method="POST" action="loguj.php"> <input type="text" name="nick"> <input type="password" name="pass"> <input type="submit" value="Loguj"> </form> <?php } else { connect(); $pass = koduj ($pass); } ?>
Wyrzuca mi następujący błąd
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in c:\usr\apache\httpd\html\anonse\include\loguj.php on line 19
Z czym to jest związane?