アットウィキロゴ

ex042703

<html>
    <head>
        <title>Example</title>
    </head>
    <body>

     <?php  
$filename = "banban.txt";  
print(file_get_contents($filename));  
?>

     </body>
</html>
最終更新:2009年04月27日 09:40