$datas = array()
$datas[]=array("id"=>1,"name"=>"张飞")
$datas[]=array("id"=>2 ,"name"=>'赵云')
//以JSON形式把数据保存到数据库
$json_datas = json_encode($datas)
mysql_query("INSERT INTO table_name (datas) VALUES ($json_datas)")
//取出时转换JSON格式
$new_datas = js_decode($new_datas)
//这时候转换后可以直接使用了
?>
首先创建html文件。可以以id字段作为文件名,你如果嫌短的话,再加上time()。如 $filename=$row[id].time."html"
然后以可写的形式打开刚刚建立的文件,把读出的数据内容存放进去。一个文件就建成了。如果建成批量的,在读取数据表的时候,把代码加到while循环里就好了。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)