Posted by Good Man on 07/12/07 20:53
SA SA <suacharya@gmail.com> wrote in news:1184270422.153910.291110
@r34g2000hsd.googlegroups.com:
> I added <?PHP but did not make difference. As for as code block. I
> just did not copied all code - just portion. It is open and closed and
> open properly.
it should be <?php (not <?PHP ) and it wasn't suggested for making a
difference with your problem, but to make sure your code runs in the
future, regardless of web host.
> It worked in the past - i am having this issue ever since hosting
> company moved me to different server.
maybe this is your problem then (from your code):
session_save_path("/tmp");
Perhaps the path "/tmp" doesn't exist, or it doesn't have the proper
permissions that let you write a file there.
[Back to original message]
|