> I am using the following query:
> 
> $sql ="SELECT company, name, email FROM $table_name
>        WHERE email = '$_POST[email]' AND password =
> password('$_POST[password]')";
> 
> Then I am echoing the $email on my form (it works because the person
has
> posted their e-mail name when logging in).  How can I echo the company
and
> email on to my form as well.  Please help.

echo $company ??
echo $email ??

Show what you have so far and what you want to happen. You're too vague.

---John Holmes...



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

Reply via email to