Link Generator



Source :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
    <title> link </title>
</head>

<body bgcolor="#ffffff" link=black alink=black vlink=black>

<br>
<h2><font color="#888888"> Link Generator </font></h2>
<hr noshade>
<p>
<?
    if($str!=null)
    {
        print "<a href=\"$str\">$str</a>";
    }
?>

<form action=link_gen.php method=post>
    <input type=text name=str>
    <input type=submit value="Do!">
</form>


</body></html>