Skip to content

Instantly share code, notes, and snippets.

@ozcankrks
Created May 3, 2020 21:51
Show Gist options
  • Select an option

  • Save ozcankrks/a8c4777367d61bb4ae254da257d38e18 to your computer and use it in GitHub Desktop.

Select an option

Save ozcankrks/a8c4777367d61bb4ae254da257d38e18 to your computer and use it in GitHub Desktop.
$mostReverse = array_reverse($most);
foreach($mostReverse as $key => $data1){
?>
<a href="watch/<?php echo seo($data1['KTName']). '/' .$data1['KTId']?>"><div class="card-movie"><
img src="<?php echo $data1['KTImage'] ?>" data-toggle="tooltip" data-placement="bottom" title="<?php echo $data1['KTName'] ?>" style="width: 100%" height="220" alt="movimg" />
</div></a>
<?php }?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment