l.97 :
Le total est de 2 pour SELECT `id_film`, `titre`, `titre_original`, `genre`, `date`, DATE_FORMAT(`sortie`, '%d/%m/%Y') as `sortie`, `dvd`, `total`, `votes`, `moyenne`, `fichier`, `francais`, `url` FROM `tbl_film` WHERE `afficher` = 1 AND `avec` LIKE '%Peter Cook%' ORDER BY `id_film` DESC LIMIT 0, 60
Le tableau des films :Array
(
[870] => Array
(
[id_film] => 870
[titre] => L'Ultime Garçonnière
[titre_original] => The Bed Sitting Room
[genre] => Drame
[date] => 1969
[sortie] => 00/00/0000
[dvd] => 0
[total] => 0
[votes] => 0
[moyenne] => 0
[fichier] => lultime-garconniere.jpg
[francais] => 0
[url] => the-bed-sitting-room
)
)