Update sql1.php

This commit is contained in:
Fatih Çelik 2018-11-30 06:18:10 +06:00 committed by GitHub
parent 28a09a9d84
commit 0dde475c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
<form action="<?php $_SERVER['PHP_SELF']; ?>" method="post" >
<p>John -> Doe</p>
First name : <input type="text" name="firstname">
<input type="submit" name="submit">
<input type="submit" name="submit" value="Submit">
</form>
</div>