On Monday 25 February 2002 12:57, Kostas Karadamoglou wrote:
> I can't take the variables $user and $address from the form to the php
> file. Below I have the code.When I test the examble I only see the html
> text but not the variables. Thank you
>

Whic version of PHP are you using? If it's 4.1 I think php ships with 
register_globals off.

I think you have to access your variables with $_GET & $_POST. I'm not too 
sure as I haven't upgraded yet.

m:


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

Reply via email to