web/wp-content/themes/IRI-Theme/functions.php
changeset 142 f6e6b46f8260
parent 136 bde1974c263b
child 144 df0ebfb22f63
equal deleted inserted replaced
141:1117d95f0707 142:f6e6b46f8260
   102 }
   102 }
   103 
   103 
   104 # Display the list of movies
   104 # Display the list of movies
   105 function listeMyLdt(){
   105 function listeMyLdt(){
   106 
   106 
   107 	$MyLdtDataBase 	= "lignesIRI";
   107 	$MyLdtDataBase 	= DB_NAME;
   108 	$MyWPDataBase 	= "wordpress";
   108 	$MyWPDataBase 	= DB_NAME;
   109 	$MyLdtTable 	= "Lignes";
   109 	$MyLdtTable 	= "Lignes";
   110 	$MyLdtconnexion = mysql_connect(DB_HOST, DB_USER, DB_PASSWORD);
   110 	$MyLdtconnexion = mysql_connect(DB_HOST, DB_USER, DB_PASSWORD);
   111 	$MyLdtListe		= "";
   111 	$MyLdtListe		= "";
   112 	//$WP_db_selected    = mysql_select_db();
   112 	//$WP_db_selected    = mysql_select_db();
   113 	
   113