problème résolu
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
</div>
|
||||
|
||||
<section class="list">
|
||||
<form method="post" action="your_form_action_url.php">
|
||||
<form method="post">
|
||||
<?php foreach ($playlists as $playlist): ?>
|
||||
<div class="playlist-option">
|
||||
<label>
|
||||
<input type="radio" name="playlist_id" value="<?=$playlist->playlistid ?>">
|
||||
<input type="radio" name="playlist_id" value="<?=$playlist->playlistId ?>">
|
||||
<?= $playlist->name ?>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user