02.12.2016, 04:58
When i login in the website with my in game name to see my stats in my localhost it shows me this error
Here is the koneksi.php file code
I Am Putting The Correct Database Info But Not Working.
Код:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [1045] Access denied for user 'port_2532'@'localhost' (using password: YES)' in C:\xampp\htdocs\UCP\koneksi.php:2 Stack trace: #0 C:\xampp\htdocs\UCP\koneksi.php(2): PDO->__construct('mysql:host=127....', 'port_2532', 'password') #1 C:\xampp\htdocs\UCP\check.php(3): include('C:\\xampp\\htdocs...') #2 {main} thrown in C:\xampp\htdocs\UCP\koneksi.php on line 2
Код:
<?php $koneksi = new PDO("mysql:host=localhost;dbname=ccnr", "root", ""); function go($location, $alert) { echo "<script>window.alert('".$alert."')</script>"; echo "<meta http-equiv=\"refresh\" content=\"0;URL=".$location."\"><center>"; return 1; }