Welcome to Shoplife Africa #techlife

Are you into programming? Give us the current answer to this piece of php code in the comment section below

<?php
$txt = "PHP";
echo "I love $txt!";
?>