Hi,
On Linux/Unix systems you may use Semaphore and shared memory functions.
http://www.php.net/manual/en/ref-sem.php
or simply use sessions. However, session variables are stored in flat files
or in db.
----- Original Message -----
From: senthilvellan <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 01, 2001 7:08 AM
Subject: [PHP] Reg-Variables
Hello Techies,
Is it possible to have our own global variables that can
be shared between more than one programs in php.Is there any other go to
share between programs(Other than flat files and database).Any help is
appreciate.
Thanks in advance,
Senthilvellan.
--
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]