0
I’ve been trying for days to find a small solution:
Example:
I have this code:
//LISTAR AS PLAYLISTS
$dados_playlist = mysql_fetch_array(mysql_query("SELECT * FROM playlists where codigo = '".$_POST["playlists"]."'"));
The moment she is listed, I need to put 1 command (".$hora."".$minuto.")
after a certain number the user chooses.
Example:
Regular list:
1. Música
2. Música
3. Música
4. Música
5. Música
6. Música
Now, example of how I need to leave after it is listed:
1. Música
2. Música
3. Música
".$hora."".$minuto."
4. Música
5. Música
6. Música
".$hora."".$minuto."
(in the above case the user selected: perform right time every 3 songs)
After that, I will save this list in a temporary file --> run a cron so that this ".$hora."".$minuto."
are spoken in a player
How you are generating this list after fetching the database data?
– gabrielhof
Edit your question and include any necessary information.
– Papa Charlie
I don’t know how to edit
– AacHosting Brasil