probando conexion5
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
<?php
|
||||
$mysqli = new mysqli("132.248.80.194","usr_inv_material","tint4sBond","P_orion_inventario_material");
|
||||
if ($mysqli->ping()) {
|
||||
printf ("¡La conexión está bien!\n");
|
||||
}
|
||||
if($mysqli->connect_errno):
|
||||
echo "Error al conectarse con MYSQL por el error " .$mysqli->connect_error;
|
||||
endif;
|
||||
|
||||
Reference in New Issue
Block a user