php模板技术[转]

好东西。
收下了

学习中,谢谢版主!

不懂!!這是做啥?

楼主

真的很感谢你啊,我找了这么久终于找到了

bnhg

看不懂也顶

引用:
原帖由 我不是鱼 于 2006-9-27 13:24 发表
站点结构

代码:
站点
  ┗includes
       ┗class.inc
  ┣templet
       ┗index.htm
       ┣list.htm
       ┗content.htm
  ┣index.php
  ┗content.php
库结构

代码:
-- 数据库: `test`
...

回复 1# 我不是鱼 的帖子

非常不错  模板技术的应用 学习来看看还是 很不错的 跟 ASP 以及其他模板技术差不多 对于学习PHP 来讲 很不错 如果懂ASP 的人 这个很容易理解

版主,编译后出现,怎样解决?我是新手,请帮助

Notice: Use of undefined constant p - assumed 'p' in D:\php\www\test\index.php on line 8

Notice: Undefined index: p in D:\php\www\test\index.php on line 8

Warning: file_get_contents(templet/list.htm) [function.file-get-contents]: failed to open stream: No such file or directory in D:\php\www\test\includes\class.inc on line 19

Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in D:\php\www\test\index.php on line 16

先保存了 以后好好研究一下