yeah but who wants a crappy free script?

anyways what i was saying would be easy and more users like free scripts (and being able to use it) means more customers later on in paid scripts, if you plan on doing it. I'm just giving my 2 cents...
PHP Code:
db_query( $query ) { //See how simple...
$query = mysql_query( $query );
return( $query );
}
//How to use it
db_query( "INSERT INTO sometable VALUES('NULL','Values','Values')");