From 679551b7b545a72d376d9e60a8f3da66e44a6855 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 30 Jun 2018 10:06:47 +0200 Subject: Version alpha_old2 2007-02-04+10:57:50 - 2007-02-21+19:05:18 --- appli_3_alpha_old/include/connect_free.inc.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 appli_3_alpha_old/include/connect_free.inc.php (limited to 'appli_3_alpha_old/include/connect_free.inc.php') diff --git a/appli_3_alpha_old/include/connect_free.inc.php b/appli_3_alpha_old/include/connect_free.inc.php new file mode 100644 index 0000000..644b36b --- /dev/null +++ b/appli_3_alpha_old/include/connect_free.inc.php @@ -0,0 +1,14 @@ +, , ); +$link = @mysql_connect('localhost', 'awor', 'blagnac'); + +@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