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();?>
bool odbc_free_result ( resource $result_id )
Following is the example
<?php odbc_exec($query1); odbc_exec($query2);odbc_result_all();?>
0 Comment:
Post a Comment