【实例简介】Dreamweaver :Dreamweaver & PHP网页数据库实务应用 光盘源代码
【实例截图】
【核心代码】
.
├── Ch1
│ └── ex1-1.php
├── Ch10
│ ├── CSS样式表
│ │ ├── 新CSS样式表.css
│ │ ├── 外部CSS样式表.css
│ │ ├── 导出CSS样式表.css
│ │ ├── 内部CSS样式表.html
│ │ └── 外部CSS样式表.html
│ ├── Flash控制项
│ │ ├── Flash动画.html
│ │ ├── Flash按钮.html
│ │ ├── Flash文字.html
│ │ ├── Flash幻灯片.html
│ │ ├── button1.swf
│ │ ├── kingsinfo.swf
│ │ ├── slide
│ │ │ ├── Thumbs.db
│ │ │ ├── slide.swf
│ │ │ ├── slide1.jpg
│ │ │ ├── slide10.jpg
│ │ │ ├── slide11.jpg
│ │ │ ├── slide12.jpg
│ │ │ ├── slide13.jpg
│ │ │ ├── slide14.jpg
│ │ │ ├── slide15.jpg
│ │ │ ├── slide2.jpg
│ │ │ ├── slide3.jpg
│ │ │ ├── slide4.jpg
│ │ │ ├── slide5.jpg
│ │ │ ├── slide6.jpg
│ │ │ ├── slide7.jpg
│ │ │ ├── slide8.jpg
│ │ │ └── slide9.jpg
│ │ └── text1.swf
│ ├── 花.jpg
│ ├── 图层
│ │ ├── 图层.html
│ │ └── 土层的属性.html
│ ├── 影音
│ │ ├── Thumbs.db
│ │ ├── canyon.mid
│ │ ├── rocket.avi
│ │ ├── 影片.html
│ │ └── 音乐.html
│ ├── 样板
│ │ ├── Templates
│ │ │ └── 弹出式菜单.dwt
│ │ ├── arrows.gif
│ │ ├── mm_menu.js
│ │ ├── page.html
│ │ ├── 分离样板.php
│ │ ├── 套用样版.php
│ │ ├── 弹出式菜单.css
│ │ └── 弹出式菜单.php
│ ├── 行为
│ │ ├── Thumbs.db
│ │ ├── arrows.gif
│ │ ├── mm_menu.js
│ │ ├── page.html
│ │ ├── style1.css
│ │ ├── 花.jpg
│ │ ├── 乌龟.jpg
│ │ ├── 扇子.jpg
│ │ ├── 风筝.jpg
│ │ ├── 弹出信息.html
│ │ ├── 调换图像.html
│ │ ├── 外部样式表.css
│ │ └── 弹出式菜单.css
│ ├── 乌龟.jpg
│ ├── 扇子.jpg
│ └── 风筝.jpg
├── Ch11
│ ├── ex11-1.html
│ ├── ex11-1.php
│ ├── ex11-10.php
│ ├── ex11-11.php
│ ├── ex11-12.php
│ ├── ex11-13.php
│ ├── ex11-14.php
│ ├── ex11-2.html
│ ├── ex11-2.php
│ ├── ex11-3.html
│ ├── ex11-3.php
│ ├── ex11-4.html
│ ├── ex11-4.php
│ ├── ex11-5.html
│ ├── ex11-5.php
│ ├── ex11-6.html
│ ├── ex11-6.php
│ ├── ex11-7.html
│ ├── ex11-7.php
│ ├── ex11-8.php
│ └── ex11-9.php
├── Ch12
│ └── student.sql
├── Ch13
│ └── students.sql
├── Ch14
│ ├── Connections
│ │ └── connection.php
│ ├── _mmServerScripts
│ │ ├── MMHTTPDB.php
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ └── mysql.php
│ ├── _notes
│ │ ├── del.php.mno
│ │ ├── index.php.mno
│ │ ├── index2.php.mno
│ │ ├── index3.php.mno
│ │ ├── showrecord.php.mno
│ │ └── update.php.mno
│ ├── add.php
│ ├── del.php
│ ├── ex14-1.php
│ ├── index.php
│ ├── index2.php
│ ├── index3.php
│ ├── mydatabase.sql
│ ├── showrecord.php
│ └── update.php
├── Ch16
│ ├── CSS
│ │ ├── all.css
│ │ ├── exec_help.css
│ │ ├── index.css
│ │ ├── login_form.css
│ │ ├── member_info.css
│ │ ├── member_new.css
│ │ └── member_new_check.css
│ ├── Connections
│ │ └── connection.php
│ ├── _mmServerScripts
│ │ ├── MMHTTPDB.php
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ └── mysql.php
│ ├── _notes
│ │ ├── exec_help.php.mno
│ │ ├── mail_password.php.mno
│ │ └── member_info.php.mno
│ ├── exec_help.php
│ ├── exec_help_fail.php
│ ├── index.php
│ ├── login_form.php
│ ├── mail_password.php
│ ├── main.php
│ ├── member_info.php
│ ├── member_new.php
│ ├── member_new_check.php
│ └── mydatabase.sql
├── Ch17
│ ├── CSS
│ │ ├── checkmsg.css
│ │ ├── index.css
│ │ ├── login.css
│ │ ├── postmsg.css
│ │ ├── replymsg.css
│ │ └── showmsg.css
│ ├── Connections
│ │ └── connection.php
│ ├── _mmServerScripts
│ │ ├── MMHTTPDB.php
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ └── mysql.php
│ ├── _notes
│ │ ├── checkmsg.php.mno
│ │ ├── delmsg.php.mno
│ │ ├── login.php.mno
│ │ ├── mailmsg.php.mno
│ │ ├── postmsg.php.mno
│ │ ├── replymsg.php.mno
│ │ └── showmsg.php.mno
│ ├── checkmsg.php
│ ├── delmsg.php
│ ├── index.php
│ ├── login.php
│ ├── mailmsg.php
│ ├── mydatabase.sql
│ ├── postmsg.php
│ ├── replymsg.php
│ └── showmsg.php
├── Ch2
│ ├── ex2-1.php
│ ├── ex2-2.php
│ └── ex2-3.php
├── Ch3
│ ├── ex3-1.php
│ ├── ex3-10.php
│ ├── ex3-11.php
│ ├── ex3-12.php
│ ├── ex3-13.php
│ ├── ex3-14.php
│ ├── ex3-15.php
│ ├── ex3-16.php
│ ├── ex3-17.php
│ ├── ex3-2.php
│ ├── ex3-3.php
│ ├── ex3-4.php
│ ├── ex3-5.php
│ ├── ex3-6.php
│ ├── ex3-7.php
│ ├── ex3-8.php
│ └── ex3-9.php
├── Ch4
│ ├── ex4-1.php
│ ├── ex4-10.php
│ ├── ex4-2.php
│ ├── ex4-3.php
│ ├── ex4-4.php
│ ├── ex4-5.php
│ ├── ex4-6.php
│ ├── ex4-7.php
│ ├── ex4-8.php
│ └── ex4-9.php
├── Ch5
│ ├── ex5-1.php
│ ├── ex5-10.php
│ ├── ex5-11.php
│ ├── ex5-12.php
│ ├── ex5-13.php
│ ├── ex5-2.php
│ ├── ex5-3.php
│ ├── ex5-4.php
│ ├── ex5-5.php
│ ├── ex5-6.php
│ ├── ex5-7.php
│ ├── ex5-8.php
│ ├── ex5-9.php
│ ├── test.inc
│ ├── test.php
│ ├── test2.inc
│ └── test2.php
├── Ch6
│ ├── ex6-1.php
│ ├── ex6-2.php
│ ├── ex6-3.php
│ ├── ex6-4.php
│ ├── ex6-5.php
│ ├── ex6-6.php
│ ├── ex6-7.php
│ └── test.txt
├── Ch7
│ ├── ex7-1.php
│ ├── ex7-2.php
│ ├── ex7-3.php
│ ├── ex7-4.php
│ ├── ex7-5.php
│ ├── ex7-6.php
│ └── ex7-7.php
├── Ch8
│ ├── ex8-1.css
│ ├── ex8-1.html
│ ├── ex8-2.css
│ ├── ex8-2.html
│ ├── 花.jpg
│ ├── 图片
│ │ ├── 影像地图.html
│ │ ├── 背景图片.html
│ │ ├── 图片的名称.html
│ │ ├── 图片的类别.html
│ │ ├── 图片的边框.html
│ │ ├── 图片的链接.html
│ │ ├── 图片的源文件.html
│ │ ├── 图片的对齐方式.html
│ │ ├── 图片的替代文字.html
│ │ ├── 图片的宽度与高度.html
│ │ └── 图片的垂直水平距离.html
│ ├── 文字
│ │ ├── 水平线.html
│ │ ├── 文字的列表.html
│ │ ├── 文字的大小.html
│ │ ├── 文字的字体.html
│ │ ├── 文字的样式.html
│ │ ├── 文字的格式.html
│ │ ├── 文字的链接.html
│ │ ├── 文字的颜色.html
│ │ ├── 文字的粗斜体.html
│ │ ├── 文字的凸排缩进.html
│ │ └── 文字的对齐方式.html
│ ├── 扇子.jpg
│ ├── 风筝.jpg
│ └── 超链接
│ ├── 低分辨率的图片.html
│ ├── 命名锚点超链接.html
│ ├── 文件下载超链接.html
│ ├── 电子邮件超链接.html
│ └── 自动转址超链接.html
├── Ch9
│ ├── 花.jpg
│ ├── 框架
│ │ ├── page.html
│ │ ├── page1.html
│ │ ├── page2.html
│ │ ├── sample.xls
│ │ ├── 框架集.html
│ │ └── 链接网页.html
│ ├── 窗体
│ │ ├── ex9-1.php
│ │ ├── sample.xls
│ │ ├── 按钮.html
│ │ ├── 标记.html
│ │ ├── 表单.html
│ │ ├── 复选框.html
│ │ ├── 子段组.html
│ │ ├── 影像字段.html
│ │ ├── 文件字段.html
│ │ ├── 文字区域.html
│ │ ├── 文字字段.html
│ │ ├── 跳页菜单.html
│ │ ├── 选项按钮.html
│ │ ├── 隐藏字段.html
│ │ ├── 列表与菜单.html
│ │ └── 选项按钮组.html
│ ├── 表格
│ │ ├── sample.xls
│ │ ├── 表格.html
│ │ ├── 表格ID.html
│ │ ├── 表格的类.css
│ │ ├── 表格的类.html
│ │ ├── 表格的边框.html
│ │ ├── 表格插入图片.html
│ │ ├── 表格的宽与高.html
│ │ ├── 表格的行与列.html
│ │ ├── 表格背景图片.html
│ │ ├── 表格背景颜色.html
│ │ ├── 表格数据的导入.html
│ │ ├── 表格数据的排序.html
│ │ ├── 表格格式的套用.html
│ │ ├── 表格的对齐方式.html
│ │ ├── 表格的插入图片.html
│ │ ├── 表格的边框颜色.html
│ │ ├── 表格的内距与间距.html
│ │ ├── 表格插入新的行或列.html
│ │ ├── 直接修改表格的行列数.html
│ │ ├── 表格转换宽与高的单位.html
│ │ └── 清除表格的列宽与行高度.html
│ ├── 扇子.jpg
│ ├── 风筝.jpg
│ └── 单元格
│ ├── sample.xls
│ ├── 分割单元格.html
│ ├── 合并单元格.html
│ ├── 单元格的样式.css
│ ├── 单元格不换行.html
│ ├── 单元格的列表.html
│ ├── 单元格的大小.html
│ ├── 单元格的字体.html
│ ├── 单元格的样式.html
│ ├── 单元格的格式.html
│ ├── 单元格的链接.html
│ ├── 单元格的宽与高.html
│ ├── 单元格的粗斜体.html
│ ├── 选择数个单元格.html
│ ├── 单元格的对齐方式.html
│ ├── 单元格的文字颜色.html
│ ├── 单元格的背景图片.html
│ ├── 单元格的背景颜色.html
│ ├── 单元格的边框颜色.html
│ ├── 单元格的凸排与缩进.html
│ └── 单元格的水平垂直对齐.html
├── Dreamweaver :Dreamweaver & PHP网页数据库实务应用 光盘源代码_Dreamweaver:Dreamweaver_PHP网页数据库实务应用.iso
├── ch18
│ ├── CSS
│ │ ├── delpaper.css
│ │ ├── delreply.css
│ │ ├── index.css
│ │ ├── login.css
│ │ ├── postpaper.css
│ │ ├── replypaper.css
│ │ └── showpaper.css
│ ├── Connections
│ │ └── connection.php
│ ├── _mmServerScripts
│ │ ├── MMHTTPDB.php
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ └── mysql.php
│ ├── _notes
│ │ ├── delpaper.php.mno
│ │ ├── delreply.php.mno
│ │ ├── delreply2.php.mno
│ │ ├── index.php.mno
│ │ ├── replypaper.php.mno
│ │ └── showpaper.php.mno
│ ├── delarticle.php
│ ├── delpaper.php
│ ├── delreply.php
│ ├── delreply2.php
│ ├── index.php
│ ├── login.php
│ ├── mydatabase.sql
│ ├── postpaper.php
│ ├── replypaper.php
│ └── showpaper.php
├── ch19
│ ├── CSS
│ │ ├── chatter.css
│ │ ├── index.css
│ │ ├── send.css
│ │ └── talk.css
│ ├── Connections
│ │ └── connection.php
│ ├── _mmServerScripts
│ │ ├── MMHTTPDB.php
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ └── mysql.php
│ ├── _notes
│ │ ├── chatter.php.mno
│ │ ├── send.php.mno
│ │ └── talk.php.mno
│ ├── chat.php
│ ├── chatter.php
│ ├── checkname.php
│ ├── deltalk.php
│ ├── index.php
│ ├── leave.php
│ ├── mydatabase.sql
│ ├── send.php
│ └── talk.php
├── ch20
│ ├── CSS
│ │ └── index.css
│ ├── Connections
│ │ └── connection.php
│ ├── _mmServerScripts
│ │ ├── MMHTTPDB.php
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ └── mysql.php
│ ├── _notes
│ │ └── index.php.mno
│ ├── delfile.php
│ ├── download.php
│ ├── getfile.php
│ ├── index.php
│ ├── mydatabase.sql
│ ├── photo
│ │ ├── closedir.jpg
│ │ ├── dir.jpg
│ │ ├── file.jpg
│ │ └── maindir.jpg
│ └── upload.php
├── ch21
│ ├── CSS
│ │ ├── all.css
│ │ ├── contact_service.css
│ │ ├── freshman.css
│ │ ├── item_detail.css
│ │ ├── left.css
│ │ ├── login_form.css
│ │ ├── main.css
│ │ └── top.css
│ ├── Connections
│ │ └── connection.php
│ ├── L2_category_result.php
│ ├── _mmServerScripts
│ │ ├── MMHTTPDB.php
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ └── mysql.php
│ ├── _notes
│ │ ├── L2_category_result.php.mno
│ │ ├── addtocart.php.mno
│ │ ├── index.php.mno
│ │ ├── member.php.mno
│ │ └── order_confirm.php.mno
│ ├── addtocart.php
│ ├── clearcart.php
│ ├── closemenu.php
│ ├── contact_service.php
│ ├── freshman.php
│ ├── index.php
│ ├── item
│ │ ├── CSS
│ │ │ └── item_add.css
│ │ ├── _notes
│ │ │ ├── book_add.php.mno
│ │ │ └── item_add.php.mno
│ │ ├── item_add.php
│ │ └── photo
│ │ ├── commercial_software__pagedesign
│ │ │ ├── 100500000146.jpg
│ │ │ ├── 100500000161.jpg
│ │ │ ├── BNM5110001.jpg
│ │ │ └── Thumbs.db
│ │ ├── commercial_software_computerdrawing
│ │ │ ├── 100600000226.jpg
│ │ │ ├── 101400000104.jpg
│ │ │ ├── 101400000142.jpg
│ │ │ └── Thumbs.db
│ │ ├── computer_book_pagedesign
│ │ │ ├── Thumbs.db
│ │ │ ├── W6105.jpg
│ │ │ ├── XW6065.jpg
│ │ │ └── XW6095.jpg
│ │ ├── computer_book_programming
│ │ │ ├── Thumbs.db
│ │ │ ├── XP6027.jpg
│ │ │ ├── XP6037.jpg
│ │ │ └── XP6047.jpg
│ │ └── computer_multimedia
│ │ ├── M6139.jpg
│ │ ├── Thumbs.db
│ │ ├── XM6039.jpg
│ │ └── XM6079.jpg
│ ├── item_detail.php
│ ├── login_form.php
│ ├── member
│ │ ├── CSS
│ │ │ ├── exec_help.css
│ │ │ ├── member_center.css
│ │ │ ├── member_info.css
│ │ │ ├── member_new.css
│ │ │ └── member_new_check.css
│ │ ├── _notes
│ │ │ ├── mail_password.php.mno
│ │ │ ├── member_info.php.mno
│ │ │ └── member_new.php.mno
│ │ ├── exec_help.php
│ │ ├── mail_password.php
│ │ ├── member_center.php
│ │ ├── member_info.php
│ │ ├── member_new.php
│ │ └── member_new_check.php
│ ├── mydatabase.sql
│ ├── order
│ │ ├── CSS
│ │ │ ├── order_step01.css
│ │ │ ├── order_step02.css
│ │ │ ├── order_step03.css
│ │ │ └── order_step04.css
│ │ ├── _notes
│ │ │ ├── order_step01.php.mno
│ │ │ ├── order_step02.php.mno
│ │ │ ├── order_step03.php.mno
│ │ │ └── order_step04.php.mno
│ │ ├── order_step01.php
│ │ ├── order_step02.php
│ │ ├── order_step03.php
│ │ └── order_step04.php
│ ├── order_confirm.php
│ ├── photo
│ │ ├── EP207.jpg
│ │ ├── EP229.jpg
│ │ ├── Thumbs.db
│ │ ├── W1045.jpg
│ │ ├── W1265.jpg
│ │ ├── W6015.jpg
│ │ ├── W6095.jpg
│ │ ├── book_add.jpg
│ │ ├── contact_service.jpg
│ │ ├── freshman.jpg
│ │ ├── homepage.jpg
│ │ ├── item_book.jpg
│ │ ├── item_com_soft.jpg
│ │ ├── item_down.jpg
│ │ ├── item_list.jpg
│ │ ├── item_list_shop.jpg
│ │ ├── logo.jpg
│ │ ├── member_center.jpg
│ │ ├── member_new.jpg
│ │ └── shop.jpg
│ ├── showmenu.php
│ └── top.php
├── readme.txt
└── 数据库
└── mydatabase.sql
87 directories, 484 files
评论