Update sql3.php

This commit is contained in:
Fatih Çelik 2018-11-30 05:31:02 +06:00 committed by GitHub
parent ae466b81c8
commit b7f04afb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
<form action="<?php $_SERVER['PHP_SELF']; ?>" method="post" >
<p>Give me book's number and I give you book's name in my library.</p>
Book's number : <input type="text" name="number">
<input type="submit" name="submit">
<input type="submit" name="submit" value="Submit">
<!-- <p>//Is this same with the level 2?</p>-->
</form>