Skip to content
Snippets Groups Projects
Commit ff7e1a57 authored by HAYAF Adame's avatar HAYAF Adame
Browse files

Upload New File

parent 4b122d2f
No related branches found
No related tags found
No related merge requests found
<?php
function connectMaBase(){
$base = mysqli_connect ('localhost', 'root', '');
mysqli_select_db ("itm_db", $base) ;
}
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment