December 2005
Dans le genre quick and dirty: array2insert - Digital Fashion
by talou<?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
applications:php5 - Documentation Ubuntu Francophone
by taloudeb http://people.debian.org/~dexter php5.0 hoary
October 2005
PHP iCalendar
by talou & 16 othersLe site ne paye pas de mine mais l'outil déchire !
Intégration dans mozilla sunbird/calendar sans passer par la case WebDAV