Re: [PHP] sharing variables

2001-03-12 Thread Tiki
Be careful. Only for PHP4. Alternatively, try PHPLIB. Works for me:) ""Chris Lee"" <[EMAIL PROTECTED]> wrote in message 98bfqi$asb$[EMAIL PROTECTED]">news:98bfqi$asb$[EMAIL PROTECTED]... sessions http://php.net/manual/en/ref.session.php sessions with cookies - will tra

Re: [PHP] sharing variables

2001-03-09 Thread Chris Lee
sessions http://php.net/manual/en/ref.session.php sessions with cookies - will transfer across full urls - will transfer acress full form urls - will not set SID - will not transfer across multiple domainnames sessions without cookies - wil

[PHP] sharing variables

2001-03-09 Thread Leo
hi i'm currently programming a php web application and i have the following problem: i need a login scheme; programmed a simple one. Whichever page the user reaches, in some i need their userid, for extra validation. so basically, i'm looking for a mechanism to share a variable between multip