From 1fae9d39286430696cab46da8af6f88b2a214e97 Mon Sep 17 00:00:00 2001 From: Gabriel Fuentes Date: Wed, 30 Jan 2019 13:28:51 -0600 Subject: [PATCH] proceso de actualizacion1 --- .idea/workspace.xml | 31 ++++++++++++++----------------- conexion.php | 8 ++++---- 2 files changed, 18 insertions(+), 21 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9f9c195..b3bea14 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,10 +5,7 @@ - - - - + - - + + @@ -62,7 +59,7 @@ - + @@ -139,9 +136,9 @@ @@ -270,12 +267,12 @@ - + - @@ -493,13 +490,6 @@ - - - - - - - @@ -524,5 +514,12 @@ + + + + + + + \ No newline at end of file diff --git a/conexion.php b/conexion.php index 7916679..c8ba8d1 100644 --- a/conexion.php +++ b/conexion.php @@ -3,22 +3,22 @@ * conexion a viper * */ -/* + $mysqli = new mysqli("132.248.80.194", "usr_inv_material", "tint4sBond", "P_orion_inventario_material"); -*/ + /* * conexion local * */ - +/* $mysqli = new mysqli("localhost", "blender", "avatares1", "inventario"); - +*/ if($mysqli->connect_errno): echo "Error al conectarse con MYSQL por el error " .$mysqli->connect_error; endif;