> -----Original Message-----
> From: Kostas Karadamoglou [mailto:[EMAIL PROTECTED]]
> Sent: 25 February 2002 14:09
> 
> I put and the POST method but I have the same problem
> I don't know why, any ideas?
> Thank you
> 
> >
> >-----Original Message-----
> >From: Kostas Karadamoglou [mailto:[EMAIL PROTECTED]]
> >Sent: Monday, February 25, 2002 12:58 PM
> >
> >I can't take the variables $user and $address from the form 
> to the php
> >file.

Which version of PHP?  Is register_globals set to Off?  If it is, you can either turn 
it On (if you have control of the server), or (better!) use the $HTTP_POST_VARS (4.0) 
or $_POST (4.1) array.

Cheers!

Mike

---------------------------------------------------------------------
Mike Ford,  Electronic Information Services Adviser,
Learning Support Services, Learning & Information Services,
JG125, James Graham Building, Leeds Metropolitan University,
Beckett Park, LEEDS,  LS6 3QS,  United Kingdom
Email: [EMAIL PROTECTED]
Tel: +44 113 283 2600 extn 4730      Fax:  +44 113 283 3211 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to