Files
inventario/prepara.php
T
Alfredo Lima 9f2001c549 Inicio
2020-02-26 15:43:19 -06:00

3 lines
72 B
PHP
Executable File

<?php
$conn = mysqli_connect('localhost', 'root', '', 'computo');
?>