|
@@ -11,12 +11,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
-$servername = "localhost";
|
|
|
-$username = "put_username";
|
|
|
+$servername = "localhost";
|
|
|
+$username = "put_username";
|
|
|
$password = "put_password";
|
|
|
-$dbname = "db_ifractions";
|
|
|
+$dbname = "db_ifractions";
|
|
|
|
|
|
-$tablename = "ifractions";
|
|
|
+$tablename = "ifractions";
|
|
|
|
|
|
function remove_accents ($stripAccents) {
|
|
|
|