网络营销电子商务研究中心  
How to buy the best prescription safety glasses in Canada? Let's study!
Go Back   网络营销电子商务研究中心 > 网站建设 > 代码交流
User Name
Password
 
FAQ Members List Calendar Cheap Glasses

代码交流 ASP,PHP,JSP等网站源代码下载与交流。

Reply
 
Thread Tools Display Modes
  #1   IP: 218.2.29.60
Old 2006-12-15, 08:03 PM
sunshine sunshine is offline
高级会员
 
Join Date: 2006-01-05
Posts: 368
sunshine 正向着好的方向发展
Default 一个个人网页自动化生成系统(1)

当你希望用本系统创建你的个人主页之前,笔者相信你已经配置好了相关的阿帕奇服务器,MYSQL数据库,以及php。
接着启动你的mysql数据库,建立一个名为study的数据库,建立一个名为wenzhang的表。
在phpMyAdmin下建立如下字段:



id smallint(5) No 0 auto_increment
timu varchar(200) Yes
zuozhe varchar(18) Yes
laiyuan varchar(40) Yes
textt text Yes
riqi datetime Yes
单页递交。文件名:input.php


Untitled Document









标题:





作者:



来源:





正文:















单页生成,文件名:shengcheng.php








$db = mysql_connect(localhost, root);

mysql_select_db(study,$db);
// 把文章写入数据库
$t = date(Y-m-d h:i:s);
$sql = INSERT INTO wenzhang (timu,zuozhe,laiyuan,textt,riqi)
VALUES ($timu,$zuozhe,$laiyuan,$textt,$t);
$result = mysql_query($sql);
// 把计数器加一
$fdd=fopen(count.txt,r);
$cdd=fread($fdd,5);
$cdd++;
fclose($fdd);
$fdd=fopen(count.txt,w);
fwrite($fdd,$cdd);
fclose($fdd);
// 文章生成
$muoban1 = fopen(muoban1.txt,r);
$muoban2 = fopen(muoban2.txt,r);
$muoban3 = fopen(muoban3.txt,r);
$qita =


作者:$zuozhe 来源:$laiyuan
时间:$t


;
$muoban4=fread($muoban1,1000);
$muoban5=fread($muoban2,1000);
$muoban6=fread($muoban3,1000);
fclose($muoban1);
fclose($muoban2);
fclose($muoban3);
$main=$muoban4 $timu $qita $muoban5 $textt $muoban6;
// 文章生成
$ttt=.html;
$n=$cdd.$ttt;
$f = fopen($n,a);
fwrite($f,$main);
fclose($f);
print 递交成功;

?>


继续递交管理文件




(待续)
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off

Forum Jump

Prescription-glasses.com offers prescription glasses online at discount prices.
All times are GMT +8. The time now is 03:22 AM.


Powered by vBulletin Version 3.8.7
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.