On 11/22/2013 11:00 AM, Sachin Raut wrote:
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
Checkout example three at the following link. http://www.php.net/manual/en/functions.arguments.php -- Jim Lucas http://www.cmsws.com/ http://www.cmsws.com/examples/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php