Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
winter
/
wp-content
/
themes
/
peakie-2015
📤 Upload
📝 New File
📁 New Folder
Close
Editing: testconnection.php
<?php 2 $link = mysqli_connect('hoozgotmtnpas', 'hoozgotmtnpas.mysql.db', 'mY75B957Yb2a'); 3 if (!$link) { 4 die('Could not connect: ' . mysqli_error()); 5 } 6 echo 'Connected successfully'; 7 mysqli_close($link); 8 ?>
Save
Cancel