![]() |
|
首页 │ Apache │ Linux│ Java│ MySQL│ 注册│帮助 | |||
高手:
你好我在easyphp1.6下装了phplib之后,我进入index.php3测试时出现如下情况
Reload this page to see the counters increment.
Load a more complex example (login as kris, password test).
Load the default auth example.
Show your phpinfo() page.
Logout and delete your authentication information.
Per Session Data: 1
Per Session Data is referenced by session id. The session id is propagated using either a cookie stored in the users browser or as a GET style parameter appended to the current URL.
Per Session Data is available only on pages using the feature "sess" in their page_open() call.
我在点击第三行的load时出现如下情况:
Warning: Failed opening 'table.inc' for inclusion (include_path='.;E:\Program Files\EasyPHP\php\pear\') in e:\program files\easyphp\www\showoff.php3 on line 14
Warning: Cannot add header information - headers already sent by (output started at e:\program files\easyphp\www\showoff.php3:14) in E:\Program Files\easyphp\apache\php\session.inc on line 423
Warning: Cannot add header information - headers already sent by (output started at e:\program files\easyphp\www\showoff.php3:14) in E:\Program Files\easyphp\apache\php\session.inc on line 425
Permission denied
Your session 57c6940149a1139ffc0d1d5ed35399b5 has been authenticated with a user id of nobody and a user name of (unknown).
To access this page, the following permissions are required: admin.
I won't let you access this page, because you have these permissions: .
上面的那几个警告是怎么回事呀?

