8 lines
178 B
PHP
8 lines
178 B
PHP
|
<h1>Simulator</h1>
|
||
|
<p>Skriv inn et kortnummer:</p>
|
||
|
<form method="post">
|
||
|
<input type="text" name="cardnumber">
|
||
|
<br>
|
||
|
<br>
|
||
|
<input type="submit" value="Send">
|
||
|
</form>
|