摘要:
Fatal error: Cannot redeclare htmtocode() (previously declared in D:\www_local\mytest\conn.php:7) in D:\www_local\mytest\conn.php on line 10这个错误提示出现在写分页文件page.php时google翻译这句话的意思是“致命错误:不能重新声明htmtocode()”第10行的代码为<body><?php//连接数据库include("conn.php");//引入分页类文件include("page.class 阅读全文