//form.html
<html>
<head>
<meta charset="utf-8">
<title>?? ????(runoob.com)</title>
</head>
<body>
<form action="welcome.php" method="post">
??: <input type="text" name="fname"> ;
Age: <input type="text" name="age">
<input type="submit" value="Submit">
</form>
</body> ;
</html>
//welcome.php
<?php
header("content-type:text/html;charset=utf-8");
$name =$_POST['fname'];
$age=$_POST['age'] ;
echo $name;
echo $age; Google ??????? ????? ????? 360 ??????? ???? ????. ?????
360 ???? F12? ??? ???. ??? ?????. ????? ??? ? ?? 360 ????? ??? ???? ? ??? ???? ????? ? ??? ?? ?? ??? ??? ??? ???.