Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/05/2015, 10:18
Avatar de hhs
hhs
Colaborador
 
Fecha de Ingreso: junio-2013
Ubicación: México
Mensajes: 2.995
Antigüedad: 10 años, 9 meses
Puntos: 379
Respuesta: my_sql_result could not be converted

No entiendo por que no te tomas tiempo para leer el manual:
Cita:
Returns FALSE on failure. For successful SELECT, SHOW, DESCRIBE or EXPLAIN queries mysqli_query() will return a mysqli_result object. For other successful queries mysqli_query() will return TRUE.
Si requieres conocer si la consulta regreso registros, utiliza http://php.net/manual/en/mysqli-result.num-rows.php
Saca tus conclusiones y procura utilizar el manual.
__________________
Saludos
About me
Laraveles
A class should have only one reason to change.