3 lines
72 B
PHP
Executable File
3 lines
72 B
PHP
Executable File
<?php
|
|
$conn = mysqli_connect('localhost', 'root', '', 'computo');
|
|
?>
|