/ Published in: PHP
Expand |
Embed | Plain Text
function sqlInsertID() { { } { return @mysqli_insert_id( $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 sqlInsertID() { { } { return @mysqli_insert_id( $GLOBALS[ 'dbHandle' ] ); } }
You need to login to post a comment.