Guest User

Untitled

a guest
Dec 13th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <br />
  2. <!-- DADOS DE LOGIN -->
  3. <fieldset>
  4. <legend>Anexar Arquivos</legend>
  5. <table cellspacing="10">
  6. <tr>
  7. <td>
  8. <label for="imagem">Arte:</label>
  9. </td>
  10. <td>
  11. <input type="file" name="anexoImagem" >
  12.  
  13. </table>
  14. </fieldset>
  15.  
  16. <br>
  17. <br>
  18. </head>
  19.  
  20. <input type="text" name="produtos[]" />
  21.  
  22. $produtos = $_POST['produtos'];
  23.  
  24. foreach( $produtos as $produto ) :
  25. echo $pruduto.'<br />';
  26. endforeach;
Add Comment
Please, Sign In to add comment