[PHP] initialize session module

2001-03-29 Thread Rol

Hello

What causes this error message is there a place to read a bit more about
session module?

Failed to initialize session module


Thank you





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] explode question

2001-03-07 Thread Rol

Hello all,

I would like to check some names ( @ seperated strings) with this global $PHP_AUTH_USER

I first do
$arrLoginName = explode("@", $row-usr_loginName);

How can I construct a loop which stops and returns true if a match is found?


Any hints would be great.

Many thanks

Roland




[PHP] explode question

2001-03-07 Thread Rol

Hello again,

I'd better explain better.

I have logon screen Header("WWW-Authenticate: Basic realm=\"whatever\"");
where I would like the compare the user name $PHP_AUTH_USER with the one in
my database
All names  like Mike or mike are @ seperated strings

How can I check the names from this array $arrLoginName = explode("@",
$row-usr_loginName)

and return true if  a name in the var $arrLoginName == $PHP_AUTH_USER

How can I construct a loop which stops and returns true if a match is found?

Any hints would be great.

Many thanks

Roland




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]