Good evening everyone, I’m a beginner in PHP programming and I downloaded a file to study.
The file in question is a website that needs to install the database through the url.
But when I try to start using the website’s url, the screen simply appears blank without any response.
I would be very grateful if anyone could help me, and sorry for the bad English is not my first language
Below is the config.php and install code
Config.php
<?php
$dbhost = "localhost";
$dbuser = "root";
$dbpass = "";
$dbname = "ponto";
?>
Install
I couldn’t add all the code due to the limit, so I uploaded them