I have a list of TMDB ID then Season numbers and episodes number..
I want data to display like this
Is it possible to put them in table like that..?
The way to repeating listing tmdbid in that table till episodes reach it end..
Then list another tmdb id.. repeating till episode number reach it end..
And when season numbers and episodes numbers rich it end
it should go to new tmdbid.. then list it seasons and episodes..
Is it possible..?
I have variable
$tmdbidlist = it list tmdb ids
$seasonslist = it list seasons numbers from $tmdblist
$episodeslist = it list episodes numbers from $seasonslist
Thanks in Advance
I have tried to list tmdbids, seasons and episodes numbers
I expect it to repeating listing tmdbid in that table till episodes reach it end..
Then list another tmdb id.. repeating till episode number reach it end..
And when season numbers and episodes numbers rich it end
it should go to new tmdbid.. then list it seasons and episodes..