public marks

PUBLIC MARKS with tags *** & php

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 talou
deb http://people.debian.org/~dexter php5.0 hoary

October 2005

PHP iCalendar

by talou & 16 others
Le site ne paye pas de mine mais l'outil déchire ! Intégration dans mozilla sunbird/calendar sans passer par la case WebDAV

September 2005

August 2005

PHP & MySQL Tutorials

by albertouine
Server Side Coding : PHP & MySQL Tutorials

July 2005

April 2005

March 2005

February 2005