PHP : variable qui ne se transmet pas
Résolu/Fermé
Ninja_En_Short
Messages postés
133
Date d'inscription
mercredi 19 septembre 2007
Statut
Membre
Dernière intervention
27 juin 2014
-
30 juil. 2008 à 17:09
Tiller Messages postés 781 Date d'inscription mercredi 4 juillet 2007 Statut Membre Dernière intervention 14 septembre 2008 - 30 juil. 2008 à 18:04
Tiller Messages postés 781 Date d'inscription mercredi 4 juillet 2007 Statut Membre Dernière intervention 14 septembre 2008 - 30 juil. 2008 à 18:04
A voir également:
- PHP : variable qui ne se transmet pas
- Easy php - Télécharger - Divers Web & Internet
- Php?id=1 - Forum PHP
- \R php ✓ - Forum PHP
- Php if plusieurs conditions ✓ - Forum PHP
- Echo image php ✓ - Forum PHP
3 réponses
Tiller
Messages postés
781
Date d'inscription
mercredi 4 juillet 2007
Statut
Membre
Dernière intervention
14 septembre 2008
211
30 juil. 2008 à 17:35
30 juil. 2008 à 17:35
Utilise la balise < code > la prochaine fois
Huuum, y'a quoi dans $array_res['0'] ? Car la je pense pas que se soit sa du tout..
D'après moi ton truc donne quelque chose du style:
Et en html c'est rien... Sa c'est bien:
donc je suppose que c'est plutot:
echo "<a href='admin.php?theme_act='". $array_res['0'] ."<img src='images/ok.png' title='ok' height='30' width='30'></a>"; ?>
Huuum, y'a quoi dans $array_res['0'] ? Car la je pense pas que se soit sa du tout..
D'après moi ton truc donne quelque chose du style:
<a href='admin.php?theme_act='theme1<img src='images/ok.png' title='ok' height='30' width='30'></a>
Et en html c'est rien... Sa c'est bien:
<a href='admin.php?theme_act=theme1'><img src='images/ok.png' title='ok' height='30' width='30'></a>
donc je suppose que c'est plutot:
<td width = 50% align='center'> <?php echo $array_res['0']."<br />"; echo "<a href='admin.php?theme_act=". $array_res['0'] ."'><img src='images/ok.png' title='ok' height='30' width='30'></a>"; ?> </td> <td width = 50% align='center'> <?php echo "<a href='admin.php?theme_del=". $array_res['0'] ."'><img src='images/trashempty.png' title='trashempty' height='30' width='30'></a>"; ?> </td>
Ninja_En_Short
Messages postés
133
Date d'inscription
mercredi 19 septembre 2007
Statut
Membre
Dernière intervention
27 juin 2014
9
30 juil. 2008 à 17:35
30 juil. 2008 à 17:35
C'est bon j'ai trouvé pourquoi, l'art de se planter dans les balises.
Tiller
Messages postés
781
Date d'inscription
mercredi 4 juillet 2007
Statut
Membre
Dernière intervention
14 septembre 2008
211
30 juil. 2008 à 18:04
30 juil. 2008 à 18:04
Marque le sujet comme résolu merci