I developed a website about TV series. I would to add an episode listing sorted by seasons for each series.
I use mariadb with phpmyadmin.
Therefore, I need to fill the episode table, but, with phpmyadmin, it’s so tedious.
How could I do ? I don’t know how to create a php form.
Is there a software that could help ?
I’m working under Linux.
Please Help.
The table contains episodeId (PK), episodeTitle, episodeFrenchTitle, episodeNumber, saisonNumberxepisodeNumber, seriesId (FK to SERIES table)
Neelix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.