php提交過(guò)來(lái)的數(shù)據(jù)生成為txt文件
來(lái)源:易賢網(wǎng) 閱讀:900 次 日期:2016-08-25 15:30:28
溫馨提示:易賢網(wǎng)小編為您整理了“php提交過(guò)來(lái)的數(shù)據(jù)生成為txt文件”,方便廣大網(wǎng)友查閱!

一共兩個(gè)文件,具體鏈接數(shù)據(jù)庫(kù)的部分給直接去除了,前臺(tái)是提交的文字部分,一行一個(gè),在提交后另一個(gè)程序文件進(jìn)行處理,然后按照提交的文件名生成相應(yīng)的txt 文件,并在txt 文件中加入數(shù)據(jù),在使用之前需要先在根目錄下新建 test 文件下。

前臺(tái)表單文件如下(保存為dcwz.php):

<?php

error_reporting(0);

//require_once("../config.php");

//require_once("../admin/ly_check.php");

//$sql="select * from leibie";

//$rs=mysql_query($sql);

?>

<!doctype html>

<html>

<head>

<meta charset="utf-8">

<title>無(wú)標(biāo)題文檔</title>

<link type="text/css" rel="stylesheet" href="/xwyfb/fb_css.css">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>

<body>

<div class="dcwj">

<form id="tjsd" name="tjsd" action="dcwj_cl.php" method="post" onSubmit="return checkForm()" >

<div class="dcwj_div1"><p class="dcwj_div1_p1">現(xiàn)在項(xiàng)目類別:</p><p class="dcwj_div1_p2"><select name="liebie" id="liebie">

   <?php

   while($rows=mysql_fetch_assoc($rs)){

    ?>

   <option selected="selected" value="<?php echo $rows["lid"];?>"><?php echo $rows["lid"]."=>".$rows["yyname"]."=>".$rows["leibie"];?></option>

   <?php

   }

   ?>

  </select></p></div>

<div class="dcwj_div1"><p class="dcwj_div1_p1">模糊關(guān)鍵詞:</p><p class="dcwj_div1_p2"><input name="mhgjc" id="mhgjc" value="" type="text"></p></div>

<div class="dcwj_div2">

 <p class="dcwj_div2_p1">請(qǐng)輸入標(biāo)題<br>*(一行一個(gè))</p>

 <p class="dcwj_div2_p2"><textarea name="biaoti" id="biaoti" class="dcwj_biaoti" cols="50" rows="100"></textarea></p></div>

<div class="dcwj_div2"><input name="submit" type="submit" value="提交"></div>

</form>

</div>

</body>

</html>

生成 txt 文件的處理程序如下所示(保存為dcwj_cl.php):

<?php

$biaoti_cl=explode("\n",$biaoti);

$biaoti_num=count($biaoti_cl);

 $file_type = "txt";

 for($i=0;$i<$biaoti_num;$i++){ 

  $file_name = mb_convert_encoding($biaoti_cl[$i],'GBK',"UTF-8"); 

  $data[] = array("tom","boy",20); 

  $dir=dirname(__FILE__)."\\text\\"; 

  $string = ""; 

  foreach($data as $k =>$v){

   foreach($v as $vstr){

    $string .= mb_convert_encoding($vstr,'GBK',"UTF-8");

   } 

  }

  $string .="\r\n"; 

  $filedir = $dir.trim($file_name).".".$file_type;

  $fileurl = str_replace('',' ',$filedir); 

  $fp = fopen($fileurl,"a+");

  echo '創(chuàng)建'.$fileurl.'<br>'; 

  fwrite($fp,$string); 

  fclose($fp);

 } 

?>

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家學(xué)習(xí)php程序設(shè)計(jì)有所幫助。

更多信息請(qǐng)查看網(wǎng)絡(luò)編程
易賢網(wǎng)手機(jī)網(wǎng)站地址:php提交過(guò)來(lái)的數(shù)據(jù)生成為txt文件
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡(jiǎn)要咨詢 | 簡(jiǎn)要咨詢須知 | 加入群交流 | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號(hào):滇ICP備2023014141號(hào)-1 云南省教育廳備案號(hào):云教ICP備0901021 滇公網(wǎng)安備53010202001879號(hào) 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號(hào)
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65317125(9:00—18:00) 獲取招聘考試信息及咨詢關(guān)注公眾號(hào):hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專用圖標(biāo)