Tests de langue interactifs, minutés, corrigés, notés
Allemand
+ de tests B2 Compréhension CCPINP 1 heure ici +
Allemand LV1 texte à trous Demographie
HEC Allemand QCM LV2 1987
global $link;
$link = mysql_connect("sql.free.fr","romain.deygout","bottede")
or die("Impossible de se connecter : " . mysql_error());
$db_selected = mysql_select_db('romain.deygout', $link);
if (!$db_selected) {
die ('Impossible de sélectionner la base de données : ' . mysql_error());
}
?>
Fatal error: Uncaught Error: Call to undefined function mysql_query() in /home/u951117458/domains/exercicesdelangues.com/public_html/prg/fnctests.inc.php:718
Stack trace:
#0 /home/u951117458/domains/exercicesdelangues.com/public_html/publik/tests_index.php(57): chatelanat_stats_total()
#1 {main}
thrown in /home/u951117458/domains/exercicesdelangues.com/public_html/prg/fnctests.inc.php on line 718