Update sql5.php
This commit is contained in:
parent
22a90b4c4e
commit
fe2d3d7c0a
|
@ -5,16 +5,22 @@
|
||||||
<link rel="shortcut icon" href="../Resources/hmbct.png" />
|
<link rel="shortcut icon" href="../Resources/hmbct.png" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div style="background-color:#c9c9c9;padding:15px;">
|
||||||
|
<button type="button" name="homeButton" onclick="location.href='../homepage.html';">Home Page</button>
|
||||||
|
<button type="button" name="mainButton" onclick="location.href='sqlmainpage.html';">Main Page</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
<form action="<?php $_SERVER['PHP_SELF']; ?>" method="post" >
|
<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>
|
<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">
|
Book's number : <input type="text" name="number">
|
||||||
<input type="submit" name="submit" value="Submit">
|
<input type="submit" name="submit">
|
||||||
<!--<p>You hacked me again?
|
<!--<p>You hacked me again?
|
||||||
But I updated my code
|
But I updated my code
|
||||||
</p>
|
</p>
|
||||||
-->
|
-->
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$servername = "localhost";
|
$servername = "localhost";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user