besoin d'aide pour modifier un code PHP

Répondre


Cette question est un moyen d’empêcher des soumissions automatisées de formulaires par des robots.
Smileys
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: =D> #-o =P~ :^o :non: :priere: 8-|
Voir plus de smileys
  Revue du sujet
 

  Étendre la vue Revue du sujet : besoin d'aide pour modifier un code PHP

Re: besoin d'aide pour modifier un code PHP

par @rthur » 02 févr. 2017, 10:27

Bonjour,

Difficile de t'aider si tu ne poses pas de question :-D
Que cherches tu as faire ? Où bloques tu ? Qu'as tu essayé ?

Par ailleurs, le code que tu donnes n'est pas du tout du PHP mais du HTML avec des commentaires qui ressemblent à un système de template mais sans avoir + d'infos impossible de t'aider

besoin d'aide pour modifier un code PHP

par audioprod20172 » 01 févr. 2017, 14:48

bonjours a tous , je vous pris de m'aider a comprendre le code php suivant pour pouvoir le modifier ultérieurement et l’adapté a mes besoins, merci d'avance
<p><b>History</b></p>
<!--history.SONGTYPE="S,N"-->
<!--LOOP(history,0,5)-->
<!--LOOP_HEADER-->
<table border="1">
<tr>
  <td>No</td>
<td>ID</td>
<td>songID</td>
<td>filename</td>
<td>date_played</td>
<td>duration</td>
<td>mmss</td>
<td>combine</td>
<td>artist</td>
<td>title</td>
<td>album</td>
<td>albumyear</td>
<td>website</td>
<td>buycd</td>
<td>listeners</td>
<td>label</td>
<td>pline</td>
<td>trackno</td>
<td>composer</td>
<td>ISRC</td>
<td>catalog</td>
<td>UPC</td>
<td>feeagency</td>
<td>songtype</td>
</tr>
<!--LOOP_ROW-->
<tr>
  <td>$history.No$</td>
<td>$history.ID$</td>
<td>$history.songID$</td>
<td>$history.filename$</td>
<td>$history.date_played$</td>
<td>$history.duration$</td>
<td>$history.mmss$</td>
<td>$history.combine$</td>
<td>$history.artist$</td>
<td>$history.title$</td>
<td>$history.album$</td>
<td>$history.albumyear$</td>
<td>$history.website$</td>
<td><a href="$history.buycd$" target="_blank" >Buy
CD</a>
</td>
<td>$history.listeners$</td>
<td>$history.label$</td>
<td>$history.pline$</td>
<td>$history.trackno$</td>
<td>$history.composer$</td>
<td>$history.ISRC$</td>
<td>$history.catalog$</td>
<td>$history.UPC$</td>
<td>$history.feeagency$</td>
<td>$history.songtype$</td>
</tr>
<!--LOOP_FOOTER-->
</table>
<!--LOOP_EMPTY--> <p>&nbsp;&nbsp;History list
empty</p>
<!--LOOP_END-->