Version 2
This commit is contained in:
27
pagecontent/search.php
Normal file
27
pagecontent/search.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
$sql = "SELECT `settings` FROM `VokabelBox2Users` WHERE `userid` = '$userid'";
|
||||
$result_articles = $conn->query($sql);
|
||||
while ($articleDb = mysqli_fetch_object($result_articles))
|
||||
{
|
||||
$settings = json_decode($articleDb->settings, true);
|
||||
}
|
||||
|
||||
$appearance = $settings[0]['appearance'];
|
||||
|
||||
|
||||
?>
|
||||
<div class="fixed-title">
|
||||
<div class="form">
|
||||
<div class="input-wrapper">
|
||||
<input type="text" name="listname" id="search-query" oninput="checkIfFilled('search-query')">
|
||||
<span>Suchbegriff...</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="fixed-title-spacer">
|
||||
<div class="folder-view-wrapper">
|
||||
SQL server reply: Lost connection to MySQL server at 'reading initial communication packet', system error: 104
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user