J'ai enregistrer des informations dans une table MySQL :
Code : Tout sélectionner
id = 1
annee = 4ème Année
cours = Anglais L2
titre = American Life
soustitre = Livre
apercu = http://4dcourspdf.ibelgique.com/apercus/American-Life.jpg
url = http://pagesperso.laposte.net/sisitecreato/4dcours/php/Livre-American-Life.phpCode : Tout sélectionner
page.php?id=1Code : Tout sélectionner
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><FONT FACE="Arial" COLOR="#FFCC00" size="+3">4ème Année</FONT><br></td>
</tr>
<tr>
<td align="center"><FONT FACE="Arial" COLOR="#FFCC00" size="+2">Anglais L2</FONT><br></td>
</tr>
<tr>
<td valign="top" align="center"><br><img border="1" bordercolor="#FFCC00" src="http://4dcourspdf.ibelgique.com/apercus/American-Life.jpg" border="0" /><br>
</td>
</tr>
<tr>
<td align="center"><br><FONT FACE="Arial" COLOR="#FFCC00" size="+1">American Life</FONT><br><FONT FACE="Arial" COLOR="#FFCC00">Livre</FONT><br><br><INPUT TYPE=button VALUE="Télécharger" onClick="document.location.href='http://pagesperso.laposte.net/sisitecreato/4dcours/php/Livre-American-Life.php'";><br></td>
</tr>
</table>