Search results

  1. K

    what is wrong with the code?

    <?php $servername = "localhost"; $username = "xxx"; $password = "xxx"; $dbname = "energy"; date_default_timezone_set("Europe/Sofia"); $h = date('H'); $m = date('i'); $month = date('n'); //$year = date('Y'); // Create connection // $conn = mysqli_connect($servername, $username, $password...
Back
Top