Hallo
i have a problem in mysql_fetch_array, i got the following error msg
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in
$num_rows = mysql_num_rows($qry);
if($num_rows > 0){
while($res = mysql_fetch_array($qry)){
///some staff here
}
}