Re: [PHP-DB] Login Auth help? | Handling pages help? (2 questions)

2005-11-13 Thread Frank Flynn
On Nov 10, 2005, at 7:21 AM, [EMAIL PROTECTED] wrote: Need some ideas/opinions on a project I have. The project is for a Radio Station (online one) where DJ's can login to the site and do stuff and listeners can listen in live to the live feeds. Now I downloaded a password protected

[PHP-DB] Re: Would you look at some code?

2005-11-13 Thread Ajree
Ron Piggott wrote: I am getting the parse error message Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE or '$' line 121 (...) ++ii; } ++i; } ? Shouldn't you write: ++$ii; } ++$i; } ? :) ? It's the variable sign '$' what is missing here. -- Ajree -- PHP Database

[PHP-DB] Re: Would you look at some code?

2005-11-13 Thread Ron Piggott
Thanks. I didn't understand what this error message was saying to me. Ron On Sun, 2005-13-11 at 18:20 -0500, Ron Piggott wrote: I am getting the parse error message Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE or '$' line 121 -- PHP Database Mailing List

[PHP-DB] HTTP Auth help required, please?

2005-11-13 Thread JeRRy
Hi, I am having HUGE problems with the following: HTTP Auth in the latest version of PHP. Usernames are saved to a db but even when you enter a correct combination it fails. So I think it is best to start from scratch and try and get some code from people that are using the latest version

[PHP-DB] HTTP Auth help required, please?

2005-11-13 Thread JeRRy
Hi, I am having HUGE problems with the following: HTTP Auth in the latest version of PHP. Usernames are saved to a db but even when you enter a correct combination it fails. So I think it is best to start from scratch and try and get some code from people that are using the latest version