From 1269889704386de951d7f91eb169eb1e1bb36cc0 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 30 Jun 2018 11:10:17 +0200 Subject: Sous-dossier app entre old4 et old5 --- appli_3_alpha_old/app/include/connect.inc.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 appli_3_alpha_old/app/include/connect.inc.php (limited to 'appli_3_alpha_old/app/include/connect.inc.php') diff --git a/appli_3_alpha_old/app/include/connect.inc.php b/appli_3_alpha_old/app/include/connect.inc.php new file mode 100644 index 0000000..b985b10 --- /dev/null +++ b/appli_3_alpha_old/app/include/connect.inc.php @@ -0,0 +1,14 @@ +, , ); +$link = @mysql_connect('localhost', 'lud_restricted', 'maille_ess_ku_elle'); + +@mysql_select_db($bd , $link); + +// NB : La gestion d'erreur est inhibée. Cet include ne génèrera jamais de code, même si la connexion n'a pas pu être établie +?> \ No newline at end of file -- cgit v1.2.3