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
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
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 $
> 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() {
>
4 matches
Mail list logo