Undefined Index

The original version would be almost correct for PHP 7 where the null coalesce operator can be used instead of isset.

<?php echo $q['idCntry_Hot']??""; ?>