Re: [PHP] interesting warning!!!

2001-09-20 Thread


From: Balaji Ankem <[EMAIL PROTECTED]>
Date: Thu, Sep 20, 2001 at 01:11:59PM +0500
Message-ID: <[EMAIL PROTECTED]>
Subject: [PHP] interesting warning!!!

> Hi,friend,
> 
>   i registered login info while login using session_register 
> 
> session_register("user","pw");
> 
> ---
> and during logout i have unregistered like following..
> 
> session_unregister("user","pw");
> 
> This is the warning i got after logout..
> 
> Warning: Wrong parameter count for session_unregister() in 
> /www/imac/logout.php on line 4
> 
> Thanks and Regards
> -Balaji Ankem





Hai Balaji!

Thx for the warning!? It's actually exactly like in the manual
pages:

bool session_register (mixed name [, mixed ...])
   ^
and
bool session_unregister (string name)
 ^^

:)



-- 

* R&zE:


-- 
-- Renze Munnik
-- DataLink BV
--
-- E: [EMAIL PROTECTED]
-- W: +31 23 5326162
-- F: +31 23 5322144
-- M: +31 6 21811143
--
-- Stationsplein 82
-- 2011 LM  HAARLEM
-- Netherlands
--
-- http://www.datalink.nl
-- 

-- 
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] interesting warning!!!

2001-09-20 Thread Balaji Ankem

Hi,friend,

  i registered login info while login using session_register 

session_register("user","pw");

---
and during logout i have unregistered like following..

session_unregister("user","pw");

This is the warning i got after logout..

Warning: Wrong parameter count for session_unregister() in 
/www/imac/logout.php on line 4

Thanks and Regards
-Balaji Ankem





--
Information transmitted by this E-MAIL is proprietary to Wipro and/or its Customers
and is intended for use only by the individual or entity to which it is
addressed, and may contain information that is privileged, confidential or
exempt from disclosure under applicable law. If you are not the intended
recipient or it appears that this mail has been forwarded to you without
proper authority, you are notified that any use or dissemination of this
information in any manner is strictly prohibited. In such cases, please
notify us immediately at mailto:[EMAIL PROTECTED] and delete this mail
from your records.
-



-- 
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]