début création playlist

This commit is contained in:
2024-06-03 18:44:18 +02:00
parent b5bb88c8da
commit 2461971a24
4 changed files with 38 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
<h5>Playlist List</h5>
<?php
echo "<form action='" . base_url("index.php/playlist/MenuCreate/") . "' method='post'>";
echo "<button type='Créer Playlist'>Create</button>";
echo "</form>";
foreach($playlists as $playlist){
echo "<div><article>";
echo "<header class='short-text'>";