Created
May 3, 2020 21:51
-
-
Save ozcankrks/a8c4777367d61bb4ae254da257d38e18 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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