1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
$fiche = ["CHE_FICHE"] ;
if ($fiche == oui)
?>
<table>
<TR>
<td width="272" height="10"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Voir fiche descriptive</font></strong></td>
<?php
echo ("<td><font face=Verdana size=1><div align=left>");
?>
<a href="http://ackermann-cie.ch/joomla/fichierphp/chevaux/<?php echo $value ["CHE_NOM"];?>.pdf" target="blank">
<b>cliquez ici</a><br></b>
<?php
echo ("</font></td>");
mysql_close ();
?>
</TR>
</table> |
Partager