Updated redirect grabber
This commit is contained in:
@@ -90,6 +90,12 @@ $content_rating = "null";
|
|||||||
// currency type
|
// currency type
|
||||||
$currency_currency = strtolower($productData->currency_code);
|
$currency_currency = strtolower($productData->currency_code);
|
||||||
|
|
||||||
|
$databaseConnection = new mysqli("localhost", "furatalog_usr", "1yRNpaUtXu[cw@-m", "furatalog");
|
||||||
|
$result = $databaseConnection->query("SELECT * FROM `currency` WHERE currency=\"" . $currency_currency . \";");
|
||||||
|
|
||||||
|
$content_currency_id = $result[0]["id"];
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
echo '<br><span style="font-family: consolas">Creator Name </span>' . $creator_name;
|
echo '<br><span style="font-family: consolas">Creator Name </span>' . $creator_name;
|
||||||
echo '<br><span style="font-family: consolas">Creator PB </span>' . $creator_pb;
|
echo '<br><span style="font-family: consolas">Creator PB </span>' . $creator_pb;
|
||||||
|
|||||||
Reference in New Issue
Block a user