Hallo,
hab mein HTML vorhin wie folgt angepasst
<label for="artikelstandort">Standort</label>
<input
type="text"
name="artikelstandort[]"
class="artikelstandort"
data-projekt-id="<?php echo htmlspecialchars($array['wt_projektID']); ?>"
data-warenkorb-id="<?php echo htmlspecialchars($array['wt_id']); ?>">
<span id="<?php echo htmlspecialchars($array['wt_id']); ?>"></span>
Neu ist jetzt mein span mit einer passenden ID und die [] beim Namen. Ich schicke dieses zwar nicht über ein form ab, aber schadet ja nicht.