Impact des quotes sur l’affichage avec la fonction ‘echo( )’

Author:


Download

<?php
    $a = 10;
    $b = 20;
    echo "$a=$a <br/>$b= $b<br/>";
    echo '$a=$a <br/>$b= $b';
?>

Leave a Reply

Your email address will not be published. Required fields are marked *


seven × 8 =