Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

PHP Sessions

Hi All
I have started using PHP (http://www.webdesigningcompany.net) sessions in my websites by including session_start()
in my pages,But on running the scripts errors are displayed
[189 byte] By [virka] at [2007-11-11 10:18:52]
# 1 Re: PHP Sessions
Even if errors are displayed does your page still load? If that is the case, php can be configured in php.ini to report different levels of errors. When I am developing I just have it report everything.

If your page doesn't load, what is the specific error you are getting? Also, if the page does load and you are still concerned about the error, what is it?
TecGumbo at 2007-11-11 23:34:30 >
# 2 Re: PHP Sessions
Virka, what errors you get?
Riz at 2007-11-11 23:35:25 >