>DansTonCode();

Tous les codes sources "Travail d'équipe"page 5

PHP
  9 July, 2014 à 11:07
#157
/**
 * synonym for ADONewConnection for people like me who cannot remember the correct name
 */
        function NewADOConnection($db='')
        {
                $tmp = ADONewConnection($db);
                return $tmp;
        }
PHP
  5 July, 2014 à 04:42
#189
/*
 * You may think you know what the following code does.
 * But you dont. Trust me.
 * Fiddle with it, and youll spend many a sleepless
 * night cursing the moment you thought youd be clever
 * enough to "optimize" the code below.
 * Now close this file and go play with something else.
 */