[PHP-INST] problems with variables

2003-06-15 Thread Felipe Lorente
Hello all, I just have installed php 4.3.2, and it runs fine with single files. The problem comes when I try to pass a variable from another file, it doesn`t recognise this variable. I am using IIS 5.1 with Win XP and I have used the windows instaler to install the sources on my machine. Does an

[PHP-INST] problems with variables

2003-06-15 Thread Felipe Lorente
Hello all, I just have installed php 4.3.2, and it runs fine with single files. The problem comes when I try to pass a variable from another file, it doesn`t recognise this variable. I am using IIS 5.1 with Win XP and I have used the windows instaler to install the sources on my machine. Does an

RE: [PHP-INST] Problems with variables

2002-10-07 Thread Peter Houchin
Elena Popescu [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 9 October 2002 4:22 AM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] Problems with variables > > > I can not set register_globals to on for working with variables. When I > run phpinfo() it appears that the path for

[PHP-INST] Problems with variables

2002-10-07 Thread Daniela Elena Popescu
I can not set register_globals to on for working with variables. When I run phpinfo() it appears that the path for my php.ini file is c:\winnt. It is not correct because I am running on windows98. I have created the winnt directory and I copied the php.ini file into it. I restarted the Apache

Re: [PHP-INST] Problems with variables

2002-10-04 Thread Jim Thome
Make sure you are making changes to the correct php.ini file (shown in your phpinfo) and remember to restart your server. Jim >>> Daniela Elena Popescu <[EMAIL PROTECTED]> 10/04/02 07:21 AM >>> I can not to transmit variables from a form to a script. I made register_globals=on in php.ini, but i

[PHP-INST] Problems with variables

2002-10-04 Thread Daniela Elena Popescu
I can not to transmit variables from a form to a script. I made register_globals=on in php.ini, but in phpinfo() it appears to be off. I don't know what to do. Please help me, D.Popescu