hello,
i have a dynamic table with this format.
<form method="post" action="this_site.php">
// dynamic table code here
<input type="submit" value="Submit >>" >
</form>
when i hit submit, will the site (defined by the action in this form) will be able to recognize or reference this dynamic forms?