From 777f3112790f02f3cff9c5daa573b0f3eaf03331 Mon Sep 17 00:00:00 2001 From: Gabriel Fuentes Date: Thu, 24 Jan 2019 16:58:44 -0600 Subject: [PATCH] consulta toner busqueda terminado falta solicitud y usuario1 --- .idea/workspace.xml | 47 +++++++++++++++++++++++---------------------- conexion.php | 8 ++++---- 2 files changed, 28 insertions(+), 27 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6453f50..eb77f0d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,15 +2,7 @@ - - - - - - - - @@ -118,7 +119,6 @@ @@ -237,12 +238,12 @@ - + - @@ -427,13 +428,6 @@ - - - - - - - @@ -478,13 +472,20 @@ - - + + + + + + + + + \ 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;