This commit is contained in:
gabrielkheisa 2023-03-20 21:32:18 +07:00
parent ae4f636496
commit 1e46e9d2f8
3 changed files with 13 additions and 19 deletions

View File

@ -1,9 +1,9 @@
<?php <?php
$servername = ""; $servername = "127.0.0.1";
$username = ""; $username = "dbusr";
$password = ""; $password = "securepwd";
$dbname = ""; $dbname = "appdb";
//Query params //Query params
$q = $_REQUEST["q"]; $q = $_REQUEST["q"];

View File

@ -10,10 +10,10 @@
<script src="https://gabrielkheisa.xyz/js/qrcode.min.js"></script> <script src="https://gabrielkheisa.xyz/js/qrcode.min.js"></script>
<?php <?php
$servername = ""; $servername = "127.0.0.1";
$username = ""; $username = "dbusr";
$password = ""; $password = "securepwd";
$dbname = ""; $dbname = "appdb";
$sesid = rand(1,999999999); $sesid = rand(1,999999999);
@ -126,13 +126,7 @@ else {
<div class=\"form-group m-3 center\"> <div class=\"form-group m-3 center\">
Text 1:<input type=\"text\" id=\"text1\" value=\"KETIKA 1\" oninput=\"gae();\"><br> Text 1:<input type=\"text\" id=\"text1\" value=\"KETIKA 1\" oninput=\"gae();\"><br>
Text 2:<input type=\"text\" id=\"text2\" value=\"KETIKA 2\" oninput=\"gae();\"><br> Text 2:<input type=\"text\" id=\"text2\" value=\"KETIKA 2\" oninput=\"gae();\"><br>
Text 3:<input type=\"text\" id=\"text3\" value=\"KETIKA 3\" oninput=\"gae();\"><br>
Text 4:<input type=\"text\" id=\"text4\" value=\"KETIKA 4\" oninput=\"gae();\"><br>
Text 5:<input type=\"text\" id=\"text5\" value=\"KETIKA 5\" oninput=\"gae();\"><br>
Text 6:<input type=\"text\" id=\"text6\" value=\"KETIKA 6\" oninput=\"gae();\"><br>
Text 7:<input type=\"text\" id=\"text7\" value=\"KETIKA 7\" oninput=\"gae();\"><br>
Text 8:<input type=\"text\" id=\"text8\" value=\"KETIKA 8\" oninput=\"gae();\"><br>
Text 9:<input type=\"text\" id=\"text9\" value=\"KETIKA 9\" oninput=\"gae();\"><br>
</div> </div>
<br><br> <br><br>

View File

@ -17,10 +17,10 @@ fclose($myfile);
} }
*/ */
$servername = ""; $servername = "127.0.0.1";
$username = ""; $username = "dbusr";
$password = ""; $password = "securepwd";
$dbname = ""; $dbname = "appdb";
$sesid = rand(1,999999999); $sesid = rand(1,999999999);