public marks

PUBLIC MARKS with tags php & astuces

2008

2006

12 astuces d'optimisation de performance PHP

by fastclemmy & 11 others
Je suis tombé complètement par hasard (enfin, par celui des apports de Blogdigger) sur un article présentant 12 astuces pour optimiser les performances de son code PHP.

YoRiC

by noelopan
Plus de 150 tutoriaux et cours pour vous aider à créer votre site.

SitePoint - Fresh Thinking for Web Developers and Designers

by noelopan & 36 others
Excellent site dédié au Webmastering. Webdesign, langages, promotion et référencement de sites, outils, stratégie de conception de site, problèmes de propriété intellectuelle...

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; } ?>

PUBLIC TAGS related to tag php

docs +   excel +   export +   extraction +   generate word from php +   import +   lucene +   oo +   openoffice +   openoffice.org +   pdf +   powerpoint +   server generation +   texte +   word +   zend framework +  

Active users

Spone
last mark : 31/03/2008 15:43

talou
last mark : 03/03/2008 09:57

fastclemmy
last mark : 23/11/2006 11:18

loneseb
last mark : 23/11/2006 00:49

noelopan
last mark : 24/04/2006 14:48

gudsoft
last mark : 17/08/2005 08:19