your vars you want to send to your next page are stored in these arrays. so if you POSTed a form with $name and $email use $_POST['name'] or $HTTP_POST_VARS['email'] in your script instead of the awaited $name and $email.
ciao SVEN "Felipe Lorente" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > Thanks, but where should I use $HTTP_XXXX_VARS['varname'] Arrays?? > > Thanks again. > > Felipe. > > "Malte" <[EMAIL PROTECTED]> escribió en el mensaje > news:[EMAIL PROTECTED] > > you probably got register globals turned off in your php.ini file. Turn it > > on or use the > > $HTTP_XXXX_VARS['varname'] Arrays > > > > XXXX 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 > > 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 am using IIS 5.1 with Win XP and I have used > > the > > > windows instaler to install the sources on my machine. Does anyone know > > what > > > can happen?? Thanks. > > > > > > Felipe. > > > > > > > > > > > > -- > > > PHP Windows Mailing List (http://www.php.net/) > > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php