Concaténation
Posté : 18 juil. 2014, 19:19
Bonjour, je cherche comment concaténer cet "echo" problématique
:
Merci 
Code : Tout sélectionner
if(isset($_POST['supprim']))
{
echo '<a href="#" id="test" onclick="if(confirm(\'Etes vous sur de vouloir supprimer cette article\')) document.location.href=\'../account/deleteupload.php'\'"><img src="../imgs/poubelle.png" width="10px"></a>';
}