added section selection

This commit is contained in:
2025-06-10 14:02:43 +02:00
parent 74fd234d87
commit ffa471eca6
2 changed files with 9 additions and 1 deletions
+3 -1
View File
@@ -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 . ")");