7 lines
68 B
PHP
7 lines
68 B
PHP
<h1>
|
|
|
|
<?php
|
|
echo "Üdvözöllek: ".$_POST['username'];
|
|
?>
|
|
|
|
</h1>
|