Thread: tutorial script
View Single Post
  #8  
Old 07-22-2005, 11:47 PM
JonM is offline JonM
Registered User

Join Date: Jun 2004
Posts: 2,156

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')"); 
Reply With Quote