This is a easy web application to create a self hostable list for the movies you want to watch. The current version provide a form to submit the movie title and the link to the movie information (depending by you), a php file to insert the html form results to the mysql database and a php file which read and display the information from the database in a html5 responsible table.
- PHP 5.5 or higher
- MySQL 5.1 or higher
- modernizr.min.js 2.8.3
- jquery.min.js 2.1.3
- CSS by Sergey Kupletsky via Codepen https://codepen.io/zavoloklom/pen/IGkDz (Thank you for sharing your code)
Screenshot of MySQL Table structure
- Table name movie
- rows set as on screenshot
HTML anchor tag with Javascript onclick event
How to hide one div and show another div using button onclick?