HTML Forms
March 14th, 2010i have a form with 3 fields
To.........
From........
E-Mail.......
then when i fill out those fields it will make a page without text fields just text (if u have no idea what i mean i don't blame u!)
can u guys help??
DeanB
:)
Your form page would consist of the following lines:
Then you would make a file called my_form.php as referenced above with the following code:
echo = "$to";
echo = "$from";
echo = "$email";
?>
That is very rough - but I think you can figure out the general principle. I don't thunk this is possible using straight HTML - since HTML doesn't have variable tracking capabilities. FYI-it would be similar in Perl.
-jim
#If you have any other info about this subject , Please add it free.# |
Posted in dballastages.com | edit