/ Published in: PHP
Expand |
Embed | Plain Text
function sqlAffectedRows() { { } { return @mysqli_affected_rows( $GLOBALS[ 'dbHandle' ] ); } }
You need to login to post a comment.
gdonald on 09/26/06
1 person have marked this snippet as a favorite
function sqlAffectedRows() { { } { return @mysqli_affected_rows( $GLOBALS[ 'dbHandle' ] ); } }
You need to login to post a comment.