Pogledajte određenu poruku
Staro 22. 07. 2006.   #10
zextra
Boris
Grand Master
 
Avatar zextra
 
Datum učlanjenja: 01.12.2005
Lokacija: Novi Sad
Poruke: 775
Hvala: 5
156 "Hvala" u 2 poruka
zextra is on a distinguished roadzextra is on a distinguished road
Default

Ili, mozda ovako...
PHP kôd:
function quoteMe($str) { return "'" $str "'"; }
function 
insertRow($table$data) {
    
$dbFieldNames implode','array_keys$data ) );
    
$dbFieldValues implode','array_map'quoteMe'$data );
    return 
$this->rawQuery("INSERT INTO $table ($dbFieldNames) VALUES ($dbFieldValues)");

__________________
"It’s important to have goals when you pet. Otherwise you’re just rubbing another mammal for no reason." - Scott Adams
zextra je offline   Odgovorite uz citat