HTML Forms

March 14th, 2010
  • i want to make a form that i can fill out then click submit and it will make a page depending on how i filled out the form EG:

    i 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

    :)


  • In php, this is as easy as, well, anything.

    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.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about HTML Forms , Please add it free.

    Posted in dballastages.com | edit