automated / templates /connect.php
detectionpro's picture
Upload 20 files
9aba585 verified
raw
history blame contribute delete
72 Bytes
<?php
$conn = mysqli_connect('localhost','root','','typroject');
?>