PHPFootball Login Problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
thebman
Forum Newbie
Posts: 1
Joined: Thu Apr 17, 2008 3:29 pm

PHPFootball Login Problem

Post by thebman »

First I will start by saying that I'm not too advanced in PHP.

That being said, I am having problems with the PHP football login page. I have installed the app successfully and it is working with mysql correctly. I can create a new user, but not login.

I've checked my php.ini file and register_globals is set to "on".
I've checked all of my file permissions and they are correct.
I've checked two different computers (PC, Mac) and it doesn't work on either.
Cookies are working.

I'm completely stumped. I'm running PHP v. 4.4.7, which should work.

Any help or ideas would be greatly appreciated.
Thanks in advance.

Bman
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: PHPFootball Login Problem

Post by Chris Corbyn »

I'm still guessing...


... What your code looks like...
User avatar
Inkyskin
Forum Contributor
Posts: 282
Joined: Mon Nov 19, 2007 10:15 am
Location: UK

Re: PHPFootball Login Problem

Post by Inkyskin »

Sounds like your question might be better directed to the people who made the app ;)
Post Reply