/ Published in: PHP
Expand |
Embed | Plain Text
<?php function loadFetch( $assoc = false, $sql = null ) { $fetchType = ( $assoc ) ? MYSQL_ASSOC : MYSQL_NUM; { { $query_result[] = $fetch; } { } else { return $query_result; } } } ?>
You need to login to post a comment.
