/ Published in: PHP
Expand |
Embed | Plain Text
function sqlFetchObject( $query ) { { } { return @mysqli_fetch_object( $query ); } }
You need to login to post a comment.
gdonald on 09/26/06
2 people have marked this snippet as a favorite
function sqlFetchObject( $query ) { { } { return @mysqli_fetch_object( $query ); } }
You need to login to post a comment.