Dynamically created Text Box values

hi, i had created a application to generate the text dynamically, now i wanted the values entered into those dynamically created textbox to be displayed in the div in the html page .

Comments

  • After hitting submit it will be displayed.
    [code]
    <?php echo $_POST['textbox1']; ?>


    <?php echo $_POST['textbox2']; ?>

    [/code]

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion