Hi Friends, query(sqlquery, resultmode) function accepts 2 parameters. 1st parameter is SQL query to be passed to database. 2nd parameter resultmode is optional. resultmode accepts 2 values 1.MYSQLI_STORE_RESULT (default value) 2.MYSQLI_USE_RESULT Is it possible to make "MYSQLI_USE_RESULT" as default value for resultmode? Thanks Sachin Raut