Update sql6.php

This commit is contained in:
Fatih Çelik 2018-11-30 06:19:58 +06:00 committed by GitHub
parent 1bde67a470
commit 96f7c04e3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
<form action="<?php $_SERVER['PHP_SELF']; ?>" method="get" > <form action="<?php $_SERVER['PHP_SELF']; ?>" method="get" >
<p>Give me book's number and I give you...</p> <p>Give me book's number and I give you...</p>
Book's number : <input type="text" name="number"> Book's number : <input type="text" name="number">
<input type="submit" name="submit"> <input type="submit" name="submit" value="Submit">
</form> </form>
</div> </div>
<!--Admin password is in the secret table. I hope, anyone doesn't see it.--> <!--Admin password is in the secret table. I hope, anyone doesn't see it.-->