Coding with IDEA and changing the IP-Adress

This commit is contained in:
2025-09-20 11:52:47 +02:00
parent 3a5a0db7f8
commit c2e5d8d7f7
6 changed files with 34 additions and 2 deletions
+2 -2
View File
@@ -78,7 +78,7 @@ $content_rating = "null";
// currency type
$currency_currency = $product->currencySymbol;
$databaseConnection = new mysqli("localhost", "furatalog_usr", "1yRNpaUtXu[cw@-m", "furatalog");
$databaseConnection = new mysqli("10.0.0.100", "furatalog_usr", "1yRNpaUtXu[cw@-m", "furatalog");
$result = $databaseConnection->query("SELECT * FROM `currency` WHERE symbol=\"" . $currency_currency . "\";")->fetch_assoc();
$content_currency_id = $result["id"];
@@ -135,7 +135,7 @@ echo '<br><span style="font-family: consolas">Currency Code </span>' . $cur
</select>
<div>
<?php
$furatalog = new mysqli("localhost", "furatalog_admin_usr", "NR6tLk7c56bPT5[]", "furatalog");
$furatalog = new mysqli("10.0.0.100", "furatalog_admin_usr", "NR6tLk7c56bPT5[]", "furatalog");
$requestSpeciesResult = $furatalog->query("SELECT * FROM `species`");
while ($row = $requestSpeciesResult->fetch_assoc()) {
echo "