product; $seller = $data->seller; // set creator name $creator_name = $seller->name; // set creator jinxxy url $creator_jinxxyURL = $seller->url; // set creator pb $creator_pb = $seller->image; // set content name $content_name = $product->name; // set content price $content_price = $product->price; // set procuct url $content_url = $product->url; // set content image $content_image = $product->image; // set no rating $content_rating = "null"; // currency type $currency_currency = $product->currencySymbol; $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"]; $currency_tag = $result["currency"]; $result2 = $databaseConnection->query("SELECT * FROM `creator` WHERE jinxxy_url=\"" . $creator_jinxxyURL . "\";"); if ($result2->num_rows > 0) { $content_creator_id = $result2->fetch_assoc()["id"]; } else { $content_creator_id = ""; } /* echo '
Creator Name ' . $creator_name; echo '
Creator PB ' . $creator_pb; echo '
Creator JinxxyURL ' . $creator_jinxxyURL; echo '
'; echo '
'; echo '
'; echo '
Content Name ' . $content_name; echo '
Content Price ' . $content_price; echo '
Content Rating ' . $content_rating; echo '
'; echo '
Content CreatorID ' . $content_creator_id; echo '
Content CurrencyID ' . $content_currency_id; echo '
'; echo '
Content URL ' . $content_url; echo '
Content Image ' . $content_image; echo '
'; echo '
Currency Code ' . $currency_currency; */ ?> Insert From Jinxxy - Admin Panel - Furatalog.xyz
Import Success!"; echo "

The Item with the following name and url has been added.
Name: " . $_POST["msg"] . "

"; } else if (isset($_POST["has"]) && $_POST["has"] == "failed") { echo "

Error while Importing

"; echo "

An Error has Occurred
Error: " . $_POST["msg"] . "

"; } ?>
query("SELECT * FROM `species`"); while ($row = $requestSpeciesResult->fetch_assoc()) { echo " "; } ?>