Teddy D

Generation

translateMon, 30 Jan 2023

insert values from the loop

<?php $name = 'John'; $age = 23; ?> <h1>Hello <?php echo $name; ?>!</h1>

Want to kickstart your project?Use the new AI Studio to create your code