Page 1 of 1

Php Chat Room using Sessions?

Posted: Tue Oct 14, 2003 7:52 am
by Jason20
I have a chat room that was written in php using
sessions and it has not worked right since the upgrade
of php on the server. Does anybody know php really
well? The problem I have been having is whenever
somebody tries to log into the chat room, you have to
do it twice. After the second time of putting in your
user name, it will log you into the chat room. After
that, you try to type a message in the box and hit,
"add comment" it will log you back out of the chat
room. I have not used this chat room in a while, but
when I did it worked ok. I was just curious if any of
you know if this php upgrade might have caused it?

I will send somebody the code through email if anybody is willing to help.

Just email me at gobears20@yahoo.com

Thanks!

Posted: Tue Oct 14, 2003 9:34 am
by twigletmac
Which version of PHP was the old version and what has it gone to? It is probably an issue with register_globals:
Concerning Passing Variables in PHP 4.2+

Mac

Posted: Tue Oct 14, 2003 7:21 pm
by Jason20
They upgraded to PHP 4.3.2.

Posted: Wed Oct 15, 2003 3:23 am
by twigletmac
From?

Mac