Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2002 15:31:50 -0700 (PDT)
From:      Philip Hallstrom <philip@adhesivemedia.com>
To:        MET <met@uberstats.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Off topic as usual || PHP variables not staying set
Message-ID:  <20020809153123.H93922-100000@cypress.adhesivemedia.com>
In-Reply-To: <005f01c23fed$3d296fc0$6701a8c0@SURVIVAL>

next in thread | previous in thread | raw e-mail | index | archive | help
You might have better luck trying:

mailing list: php-general@lists.php.net
newsgroup: comp.lang.php

On Fri, 9 Aug 2002, MET wrote:

> I have a database query which requires a variable (
> $USER[$id]["cbannerID"] ) to be equal to the ID of the current banner
> being viewed.  If you've come to the page for the first time my script
> gives that variable a default value of   -1   .
>
> 	if(!isset($USER[$id]["cbannerID"])) $USER[$id]["cbannerID"] =
> -1;
>
> However the variable does not hold that value.  So in my SQL statement
> it prints nothing returning a SQL statement error.  I then tried this
> just or a test purposes...on a separate php page.
>
> 	$USER[5]['test'] = 1;
>
> 	echo $USER[5]['test'];
>
> Nothing gets returned either.
>
> Please note that this works on my local Win2k machine, however when I
> upload it my FreeBSD machine it does not work.  I'm guessing it has
> something to do with my PHP installation.  Currently the machine is
> running Apache 1.3.26 and PHP 4.1.2 (going to upgrade soon but also note
> my Windows machine is running the same ver. Of PHP).
>
> Any ideas?
>
> - Matthew
>
>
> /**************************************************************
>
>       Matthew Metnetsky
>
>       met@uberstats.com
>
> **************************************************************/
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020809153123.H93922-100000>