I have a list in html written like this:
<form action="check.php" style="display:none" method="post">
<h1 class="text-center">your items are</h1>
<ul id="riepilogo" name="riepilogo">
<br/>
<li name="">first item</li>
<li name="">second item</li>
<li name="">third item</li>
...
</ul>
<input type="submit" value="Pay" id="pay"/>
</form>
this code is written in a html page, now problem is that I don't know how to display all of this items in a new page using php. I think that maybe i need to set the same name to all the items in the list and then store them in a php array. I really don't know! Maybe it can't be don with php, I really don't know. Thanks for the help Daniele
` and `
– treyBake Jan 02 '19 at 14:10` 99% of the time shouldn't be wrapped in a `
` inside `
– Peter B Jan 02 '19 at 14:14