RE: [PHP-WIN] problems with variables

2004-02-14 Thread George Pitcher
; to 'on'. George Oxford/Edinburgh > -Original Message- > From: Ciro [mailto:[EMAIL PROTECTED] > Sent: 14 February 2004 7:32 pm > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] problems with variables > > > hi guys! > > I've the following problem: &g

[PHP-WIN] problems with variables

2004-02-14 Thread Ciro
hi guys! I've the following problem: i have an html form which sends data to a php page. the problem is that in this php page i've the results in this way: Name (label) $first_name (instead of the value is printed the name of the variable) why?? could you help me?? regards ciro from italy -

Re: [PHP-WIN] problems with variables

2004-02-09 Thread Luis Moreira
ary 07, 2004 9:42 PM Subject: RE: [PHP-WIN] problems with variables > I dopn't understand what you asking about (read: I don't bother to read > through all clutter to figure it out), but you may want to have a look at: > > http://nl.php.net/manual/en/language.variables.external.

RE: [PHP-WIN] problems with variables

2004-02-07 Thread Svensson, B.A.T. (HKG)
2-07 19:40 Subject: [PHP-WIN] problems with variables hi, i'm a new member from italy. just a simple question: why i have this output with my php script?? SCRIPT Entering Information into a Form First Name: Last Name: Address: City: State: Zip: Home Phone: OUTPUT form_result.php

[PHP-WIN] problems with variables

2004-02-07 Thread Ciro
hi, i'm a new member from italy. just a simple question: why i have this output with my php script?? SCRIPT Entering Information into a Form First Name: Last Name: Address: City: State: Zip: Home Phone: OUTPUT form_result.php3 Below are the results of your Form Submission First

Re: [PHP-WIN] problems with variables

2003-06-17 Thread Felipe Lorente
urn > it > > > on or use the > > > $HTTP__VARS['varname'] Arrays > > > > > > can be POST, GET, SESSION and so on > > > > > > malte > > > > > > - Original Message - > > > From: "

Re: [PHP-WIN] problems with variables

2003-06-16 Thread sven
; > you probably got register globals turned off in your php.ini file. Turn it > > on or use the > > $HTTP__VARS['varname'] Arrays > > > > can be POST, GET, SESSION and so on > > > > malte > > > > - Original Message

Re: [PHP-WIN] problems with variables

2003-06-16 Thread Felipe Lorente
e the > $HTTP__VARS['varname'] Arrays > > can be POST, GET, SESSION and so on > > malte > > - Original Message - > From: "Felipe Lorente" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, June 15, 2003 7:57 PM >

Re: [PHP-WIN] problems with variables

2003-06-16 Thread malte
t; Sent: Sunday, June 15, 2003 7:57 PM Subject: [PHP-WIN] problems with variables > 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 a

[PHP-WIN] 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