- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
实 验 报 告
(2014 / 2015 学年 第 二 学期)
课程名称
Web技术
实验名称
Web服务端脚本编写
实验时间
2015
年
5
月
13
日
指导单位
南京邮电大学
指导教师
韩京宇
学生姓名
班级学号
学院(系)
计算机学院
专 业
软件工程
实 验 报 告
实验名称
Web服务端脚本编写
指导教师
韩京宇
实验类型
课内
实验学时
2
实验时间
2015.5.13
实验目的和要求
实验目的:
通过上机实验,熟悉Apache服务器的安装和配置使用方法。
掌握php脚本语言,熟练运用php语言进行服务端编程。
二、实验环境(实验设备)
EditPlus
实验原理及内容
head
meta charset=UTF-8
meta name=Generator content=EditPlus?
meta name=Author content=steacymar
meta name=Keywords content=
meta name=Description content=
titleWelcome to book seller/title
/head
body
form action = Welcome.php method = post
h1font face=黑体You are welcome/font/h1
table
tr
tdplease input your name: /td
tdinput type = text name = name//td
/tr
tr
tdplease input your address: /td
tdinput type = text name = address//td
/tr
tr
tdplease input your zip: /td
tdinput type = text name = zip//td
/tr
/table
pfont face=黑体please fill in the quantity field of the following form:/font /p
table border = border
tr
thbook/th
thpublisher/th
thprice/th
thquantity/th
/tr
tr
thWeb technology/th
tdSpringer press/td
td$5.0/td
tdinput type = text name = wt //td
/tr
tr
thmathematics/th
tdACM press/td
td$6.2/td
tdinput type = text name = mm //td
/tr
tr
thprinciple of OS/th
tdScience press/td
td$10/td
tdinput type = text name = pOS //td
/tr
tr
thTheory of matrix/th
tdHigh education press/td
td$7.8/td
tdinput type = text name = tom //td
/tr
/table
ppayment method:/p
p
input type = radio name=payment value = cash checked = checked/cash
input type = radio name=payment value = cheque/cheque
input type = radio name=payment value = credit card/credit card
/p
p
input type = submit value = Submit/
input type = reset value = Reset/
/p
/form
/body
/html
Welcome.php
html
head
/head
body
customer name: ?php echo $_POST[name]; ?/br
customer address: ?php echo $_POST[address]; ?/br
customer zip: ?php echo $_POST[zip]; ?/br
table border = border
tr
thbook/th
您可能关注的文档
最近下载
- 《有机反应的后处理实例》ppt模板课件.ppt VIP
- 22G101 三维彩色立体图集.docx VIP
- 研学旅行服务合同范本.docx VIP
- 粤教粤科版六年级科学上册第一单元光同步练习含答案.docx VIP
- 沃尔玛SCS反恐验厂反馈审核文件要求清单【沃尔玛SCAN验厂清单】.doc
- 医疗机构中药处方管理制度(2024最新版).docx VIP
- 2024奥数综合训练试卷(奥数专训)小学四年级数学竞赛通用版全解析.doc VIP
- 四个发展课.doc VIP
- 9.1中国与联合国+课件-高中政治统编版选择性必修一当代国际政治与经济.pptx VIP
- 2025年长沙卫生职业学院单招职业技能考试题库附答案.docx VIP
文档评论(0)