Re: [PHP] 4.04 --> 4.1.2 incompatible

2002-08-20 Thread Petre Agenbag
at 12:01:24PM +0200, Petre Agenbag wrote: > > Yes, phpinfo() returns that register globals is ON... > > and does a simple testpage work? > > > test.php > echo $hallo; > ?> > > http://localhost/test.php?hallo=test > >

Re: [PHP] 4.04 --> 4.1.2 incompatible

2002-08-20 Thread Petre Agenbag
Yes, phpinfo() returns that register globals is ON... On Tue, 2002-08-20 at 11:52, Thies C. Arntzen wrote: > On Tue, Aug 20, 2002 at 11:28:55AM +0200, Petre Agenbag wrote: > > Hi > > Can someone please tell me what settings to check for on 4.1.2 in order > > to ensure that

[PHP] 4.04 --> 4.1.2 incompatible

2002-08-20 Thread Petre Agenbag
Hi Can someone please tell me what settings to check for on 4.1.2 in order to ensure that scripts that runs on 4.0.4 will run on 4.1.2? I HAVE checked registered_globals = on, but I still get variables that are not passed on via URL and form submits. The app has a "login" form that submits to an

[PHP] Stumped: vars not passed!!!

2002-08-15 Thread Petre Agenbag
I'm going mad. I've been trying to implement sessions so it will work backward on my older 4.0.3 server ( I'm working on a 4.1.2), with no success as of yet, but I think it's my 4.1.2 that's causing this, as the app in the following example works perfectly on the older one. Note, I have explicit

Re: [PHP] $HTTP_SESSION_VARS vs $_SESSION - cont.

2002-08-13 Thread Petre Agenbag
> need to use $HTTP_SESSION_VARS when setting the variables, you only need > to use it when retrieving them. So, instead of echo $a and echo $b you > would have: > > echo $HTTP_SESSION_VARS['a']; > echo $HTTP_SESSION_VARS['b']; > > Or, of course in

Re: [PHP] $HTTP_SESSION_VARS vs $_SESSION

2002-08-12 Thread Petre Agenbag
m I making sense? On Mon, 2002-08-12 at 21:17, Rasmus Lerdorf wrote: > If register_globals is known to be on, why are you worrying about > the $HTTP_* arrays? > > On 12 Aug 2002, Petre Agenbag wrote: > > > Hi > > Me again > > > > Still having probl

Re: [PHP] $HTTP_SESSION_VARS vs $_SESSION

2002-08-12 Thread Petre Agenbag
on my newer system? Thanks On Mon, 2002-08-12 at 21:17, Rasmus Lerdorf wrote: > If register_globals is known to be on, why are you worrying about > the $HTTP_* arrays? > > On 12 Aug 2002, Petre Agenbag wrote: > > > Hi > > Me again > > > > Still having pr

[PHP] $HTTP_SESSION_VARS vs $_SESSION

2002-08-12 Thread Petre Agenbag
Hi Me again Still having problems with forms not sending variables, and session variables dissapearing. I have 2 systems, one older 4.0.3 PHP which is my main webserver, so all scripts must comply with it... And the other my development server with the latest 4.1.2 So, I'm trying to write scrip

[PHP] Form variables not passing: globals IS on

2002-08-12 Thread Petre Agenbag
Sorry, posted with the wrong address, here it is again: I have RH 7.3 with "everything" install, and I didn't make ANY changes to the default php.ini, and have checked it and register_global = On Now, when I make a simple form and action page combo, the variables are not passed: You can see from

[PHP] Form variables not passed: register_globals = On

2002-08-12 Thread Petre Agenbag
Hi I have posted here about session problems etc, but I think I found the problem: My Form variables are not passed at all! Look at this: index.php page2.php "; echo " POST_VARS: ".$_POST["test"].""; echo " normal test :".$test.""; ?> I have installed a "everything" RedHat 7.3 installa

[PHP] mailing list using mail()

2002-04-10 Thread Petre Agenbag
Hi, the combination of PHP and mysql and the ease of use of the mail() function obviously leads me to believe that it *should* be a singe to use php to send customised messages to all my users , of whom I have details in a mysql table by simply running a "select * from table" and then using a

[PHP] Proxy problems

2002-03-05 Thread Petre Agenbag
Hi I'm suspecting that I am having proxy problems with one of my PHP/MySQL websites. I am getting strange behaviour that ( at this point) seem only logical to be due to proxy servers on the net holding outdated pages. I would like to know if there is a way to force the bypass of a proxy server

<    1   2