<?php
ob_start();
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title></title>
</head>
<body>
<?php
fp = fopen("1.txt","w");
fwrite(fp,"111"); //第1個是檔案名稱,第2個是字串內容
fclose(fp);
?>
</body>
</html>
文章標籤
全站熱搜
<?php
ob_start();
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title></title>
</head>
<body>
<?php
fp = fopen("1.txt","w");
fwrite(fp,"111"); //第1個是檔案名稱,第2個是字串內容
fclose(fp);
?>
</body>
</html>