Home » » odbc_free_result

odbc_free_result

Written By 1 on Monday, October 1, 2012 | 6:22 PM

bool odbc_free_result ( resource $result_id )
Free resources associated with a result

Following is the example

 
<?php odbc_exec($query1); odbc_exec($query2);odbc_result_all();?>

0 Comment:

Post a Comment