Hello,
I want to transmit data via POST to a remote script. A set of data is generated with Javascript and I would to know what's the best practice for gathering data before sending it. I tried to use:
<ul>
<li>Item added at runtime</li>
</ul>
I included all of these in a form, but I can't access the information on the server. What's the most popular approach for this problem? (I want to access the generated items on the server)
Thanks!