Viewing 1 replies (of 1 total)
  • On line 385 add an if statement to check the value of $sql, like so:

    if($sql) {
    $row = mysql_fetch_assoc( $sql );
    }

    This will remove the warning.

Viewing 1 replies (of 1 total)
  • The topic ‘Warning: mysql_fetch_assoc()’ is closed to new replies.