Hello!
Please help a newbie in PHP... I have a problem with variables.
I have a website which has a form. Form asks for an email-address:
<form action="conf.ph p" method="post">
email : <input type"text" name="email">
</form>
Variable $email works fine in conf.php but what do I have to do to
make the same $email work in other xxxxxx.php -sites?
Thanks.
Tuuska
Please help a newbie in PHP... I have a problem with variables.
I have a website which has a form. Form asks for an email-address:
<form action="conf.ph p" method="post">
email : <input type"text" name="email">
</form>
Variable $email works fine in conf.php but what do I have to do to
make the same $email work in other xxxxxx.php -sites?
Thanks.
Tuuska
Comment