Can't get the php variables to populate the javascript code
I tried the code below.
<?php
$destination="PAR";
$destination_name="Paris";
?>
<script async src="//www.travelpayouts.com/weedle/widget.js?
width=260px&marker=235474&host=search.jetradar.com&locale=en¤cy=
usd&powered_by=false&destination="<?php echo $destination ?
>";&destination_name="<?php echo $destination_name ?>";"
charset="UTF-8"></script>
The result doesn't show the right destination