/home/mjc1/public_html/ssl_test.php


1
2
3
4
5
6
7
8
9
10
<html>
<head></head>
<body>
<form name='aaa' action='https://mjsoft.co/ssl_reg.php' method='post'>
    이름 : <input type='text' name='name'>
    <br><br>
    <input type='submit' value='저장'>
</form>
</body>
</html>