#!/usr/bin/php5 -q next()) { XDB::execute( "INSERT INTO recherche_soundex (matricule,nom1_soundex,nom2_soundex,nom3_soundex,prenom1_soundex,prenom2_soundex,promo) VALUES ({?},{?},{?},{?},{?},{?},{?})", $matricule, soundex_fr($nom1), soundex_fr($nom2), soundex_fr($nom3), soundex_fr($prenom1), soundex_fr($prenom2), $promo); } // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>