PHP4

所属分类:WEB开发
开发工具:PHP
文件大小:1207KB
下载次数:14
上传日期:2007-02-08 11:12:57
上 传 者tsingpan
说明:  <PHP 4.0时尚编程百例> 随书光盘源码全部共99个
(CD-ROM with the book <PHP 4.0时尚编程百例> source all a total of 99)

文件列表:
248627\实例96\IMAGES\001.GIF (2314, 2000-09-08)
248627\实例96\IMAGES\002.GIF (2183, 2000-09-20)
248627\实例96\IMAGES\003.GIF (2271, 2000-09-19)
248627\实例96\IMAGES\004.GIF (2263, 2000-09-08)
248627\实例96\IMAGES\005.GIF (2256, 2000-10-05)
248627\实例96\IMAGES\006.GIF (1005, 2000-10-04)
248627\实例96\IMAGES\007.GIF (1103, 2000-09-08)
248627\实例96\IMAGES\008.GIF (1097, 2000-09-08)
248627\实例96\IMAGES\009.GIF (1012, 2000-09-08)
248627\实例96\IMAGES\010.GIF (2219, 2000-09-08)
248627\实例96\IMAGES\011.GIF (988, 2000-10-05)
248627\实例96\IMAGES\012.GIF (1036, 2000-09-08)
248627\实例96\IMAGES\013.GIF (2292, 2000-09-22)
248627\实例96\IMAGES\014.GIF (1110, 2000-10-05)
248627\实例96\IMAGES\015.GIF (1071, 2000-10-03)
248627\实例96\IMAGES\016.GIF (2215, 2000-09-22)
248627\实例96\IMAGES\101.GIF (1036, 2000-09-08)
248627\实例96\IMAGES\102.GIF (2044, 2000-09-08)
248627\实例96\IMAGES\103.GIF (2102, 2000-10-03)
248627\实例96\IMAGES\104.GIF (2045, 2000-10-03)
248627\实例96\IMAGES\105.GIF (997, 2000-10-05)
248627\实例96\IMAGES\106.GIF (2034, 2000-10-01)
248627\实例96\IMAGES\107.GIF (2102, 2000-10-05)
248627\实例96\IMAGES\108.GIF (2255, 2000-09-08)
248627\实例96\IMAGES\109.GIF (2144, 2000-09-08)
248627\实例96\IMAGES\110.GIF (2088, 2000-09-08)
248627\实例96\IMAGES\111.GIF (2219, 2000-10-05)
248627\实例96\IMAGES\112.GIF (2075, 2000-09-08)
248627\实例96\IMAGES\113.GIF (2174, 2000-10-04)
248627\实例96\IMAGES\114.GIF (2225, 2000-09-21)
248627\实例96\IMAGES\115.GIF (2138, 2000-10-05)
248627\实例96\IMAGES\116.GIF (2045, 2000-09-21)
248627\实例89\IMAGES\AGREE.GIF (902, 2000-08-31)
248627\实例89\IMAGES\attention.gif (891, 2000-08-31)
248627\实例100\AUDIO.GIF (927, 2000-03-25)
248627\实例93\gorillaGab\BLANK.GIF (979, 2000-11-18)
248627\实例100\BROWSE.GIF (963, 2000-03-20)
248627\实例100\DELETE.GIF (85, 2000-03-20)
248627\实例96\IMAGES\doodle_title.GIF (4233, 2000-10-06)
248627\实例94\DOT2.GIF (72, 2001-01-06)
... ...

*************************************************************** * PHP目录树 * *************************************************************** 文件列表: - index.html - about.html - demo.php3 演示目录树 - demomenu.txt 目录结构 - treemenu.inc 主目录节点 - tree_*.gif 七个目录树图片 - readme.txt 介绍文件 要求: - 配有php的WEB服务器. 演示: - 将文件拷贝到WEB服务器目录下 - 在浏览器中打开index.html 概述: 目录结构文件 ----------------------- 我们首先需要产生一个目录树结构文件,这是一个常见的TEXT文本文件(见demomenu.txt), 第一行是一个单结点(根目录),紧其后是该结点的名称,.The following lines contain the menu items. Each line starts with two or more dots to indicate the level in the tree. A level can't be more than one level deeper than the previous one. Following the dots come the item name, link and link target, seperated by a '|'. If an item doesn't need to link to somewhere then the link and target can be omitted. Item names can contain HTML code, for example you can put tags around a name to make it bold or you could even use images instead of text, there are all kinds of possibilities. An example menu will probably clarify a lot so here it is: 目录是例:: .top ..category 1 ...item 1.1|item11.html|main ...item 1.2|item12.html|main ..category 2 ...sub category 2.1 ....item 2.1.1|item211.html|main ....item 2.2.2 引用文件: --------------- 当建立一个新的目录结构文件后,我就可以向下面这样简单的引用。: 变量$treefile 来指定目录结构的文件名,如果路径步特别说明,它将默认跟php文件在同一目录下。 ok! ----------- 现在保存所有的文件在WEB服务器的同一目录下,所后在浏览器上看看!

近期下载者

相关文件


收藏者