Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, object given in
A possible reason is a lack of ‘ after SELECT from when you have a double undescore ‘__’: i.g. “SELECT * from bibliografie__Taylor” could be wrong, try with SELECT * from `bibliografie__Taylor`.