[PHP] Troubles Accessing Global Variables

2004-01-17 Thread Adelaide Yip
> Hi, > > I'm having troubles accessing the global variables. From my understanding > of PHP, when you declare a variable 'global' it is no longer just in the > local scope, but becomes known in the global scope of the program. > > In file, 'layout.php' ... > function top_sidebar_header() { >

[PHP] Troubles Accessing Global Variables

2004-01-17 Thread Adelaide Yip
Hi, I'm having troubles accessing the global variables. From my understanding of PHP, when you declare a variable 'global' it is no longer just in the local scope, but becomes known in the global scope of the program. In file, 'layout.php' ... function top_sidebar_header() { global $

[PHP] mcrypt: generic_init failed

2004-11-23 Thread Adelaide Yip
Hi, Our website uses mcrypt functions to encrypt and decrypt passwords stored in the PostgreSQL database. The website encrypted/decrypted passwords flawlessly under PHP 4.0.4, however, we recently upgraded the server that the website is stored on to PHP 4.2.3. Since then, each time a password is

[PHP] mcrypt: generic_init failed

2004-11-23 Thread Adelaide Yip
Hi, I forgot to mention that the website is running on RedHat kernel-2.4.20. -- Adelaide -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php