<html>
<form action = "<?=$_SERVER['php_self']?>" method = "POST">
Message:<input type = "text" name = "msg">
<input type = "submit" value = "send" name = "submit">
</form>
<?php !
$input = $_POST['msg'];
echo "$input";
?>
</html>
Moderators: macek, egami, gesf


Users browsing this forum: Strider64 and 1 guest