Insérer du html dans un code php
Fermé
adrien555
Messages postés
5
Date d'inscription
jeudi 5 juin 2008
Statut
Membre
Dernière intervention
14 août 2008
-
12 août 2008 à 12:06
adrien555 - 18 août 2008 à 16:16
adrien555 - 18 août 2008 à 16:16
A voir également:
- Mettre du html dans du php
- Alert php ✓ - Forum PHP
- Image cliquable html ✓ - Forum Internet / Réseaux sociaux
- Retour a la ligne php ✓ - Forum PHP
- Easy php - Télécharger - Divers Web & Internet
- Html date du jour - Forum Webmastering
7 réponses
BFC
Messages postés
92
Date d'inscription
samedi 2 août 2008
Statut
Membre
Dernière intervention
19 août 2008
12 août 2008 à 12:08
12 août 2008 à 12:08
Salut,
<?php if ("$titre"=="B") { ?> <table border="0"> <tr> <td><?php echo "$texte" ?></td> <td>include "image.html"</td> </tr> </table> <?php } else echo "$texte"; ?>