added section selection
This commit is contained in:
@@ -19,6 +19,8 @@ $content_currency_id = $_POST["content_currency_id"];
|
||||
$content_url = $_POST["content_url"];
|
||||
$content_image = $_POST["content_image"];
|
||||
|
||||
$section = $_POST["section"];
|
||||
|
||||
$currency_currency = $_POST["currency_currency"];
|
||||
|
||||
$creator;
|
||||
@@ -54,7 +56,7 @@ if ($contentResult->num_rows == 0) {
|
||||
,'" . $content_url . "'
|
||||
,'" . $content_image . "'
|
||||
, false
|
||||
, 1)");
|
||||
, " . $section . ")");
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -138,6 +138,12 @@ echo '<br><span style="font-family: consolas">Currency Code </span>' . $cur
|
||||
<body>
|
||||
<div class="main">
|
||||
<form action="insert-jinxxy.php" class="insert" method="post">
|
||||
<select name="section" id="section">
|
||||
<option value="1">Assets</option>
|
||||
<option value="2">Avatars</option>
|
||||
<option value="3">Bases</option>
|
||||
<option value="4">Worlds</option>
|
||||
</select>
|
||||
<div>
|
||||
<?php
|
||||
$furatalog = new mysqli("localhost", "furatalog_admin_usr", "NR6tLk7c56bPT5[]", "furatalog");
|
||||
|
||||
Reference in New Issue
Block a user