Tous les codes sourcespage 49
PHP
11 July, 2014 à 02:50
#190
// hack for ie browser (assuming that ie is a browser)
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;
}