From 05e1d90b34a9b0b41de85e3e1d387e6b9bd20bd8 Mon Sep 17 00:00:00 2001 From: Gabriel Fuentes Date: Mon, 21 Jan 2019 19:56:13 -0600 Subject: [PATCH] lista la actualizacion por peticion2.2 --- .idea/workspace.xml | 33 +++++++++++++++++++++------------ conexion.php | 10 +++++----- 2 files changed, 26 insertions(+), 17 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d5ec49c..0abcbe6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,7 @@ - + @@ -73,7 +82,6 @@ @@ -200,12 +209,12 @@ - + - @@ -279,13 +288,6 @@ - - - - - - - @@ -370,5 +372,12 @@ + + + + + + + \ No newline at end of file diff --git a/conexion.php b/conexion.php index d1fa271..c8ba8d1 100644 --- a/conexion.php +++ b/conexion.php @@ -3,22 +3,22 @@ * conexion a viper * */ -/* - * $mysqli = new mysqli("132.248.80.194", + + $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;