public marks

PUBLIC MARKS from talou with tag astuces

March 2006

February 2006

January 2006

December 2005

Dans le genre quick and dirty: array2insert - Digital Fashion

<?php function array2insert($array, $table, $map = 'mysql_escape_string') { if (!is_callable($map)) { $map = create_function('$a', 'return $a;'); } $q = ''; $q .= 'INSERT INTO ' . $table . ' ('; $q .= implode(', ', array_keys($array)) $q .= ') VALUES(''; $q .= implode('', '', array_map($map, $array)); $q .= '')'; return $q; } ?>

November 2005

talou's TAGS related to tag astuces

** +   *** +   **** +   ajax +   animation +   art +   article +   ascii +   blog +   blogs +   bricolage +   browsers +   canvas +   capture +   cours +   creativite +   css +   design +   dev +   docmentation/en +   documentation/en +   documentation/fr +   dom +   dotclear +   extension +   extensions +   firefox +   flash +   free +   funny +   geeks +   generator +   gmail +   google +   googlemaps +   icons +   ie +   images +   internet +   jabber +   javascript +   jQuery +   layout +   linux +   lua +   mail +   mozilla +   music +   mysql +   net +   password +   pdf +   php +   positionnnement +   pratique +   prepress +   prism +   présentation +   python +   recherche +   reseau social +   ressources +   référencement +   s60 +   scite +   scribus +   search +   shell +   svg +   tags +   techno +   tips +   tools +   tutos +   usb +   vi +   videos +   web +   web2 +   webapps +   webcapture +   webdesign +   webdev +   webrunner +   webtools +   wiki +   windows +   xmlhttprequest +   xmpp +   xul +