University project: an events ticketing site using PHP and MySQL.
At the time of writing, Joker has just been released and it's great, so I'm developing a cinema ticketing site.
- Use of modern HTML5 and CSS3
- Suitably attractive site with a consistent 'look and feel'
- Responsive design for mobile friendliness
- Basic accessibility features
- Extra design features, optionally using Javascript
- Implemented with PHP
- Support event searches, filtering, and sorting provide users with event
- Implemented using MySQL
- Store event/venue information
- Secure database techniques
- UI for admins to add, edit, and delete event information
- Authenticated access
Follow the Slim for PHP install guide
Using film-data.py
-
Get an API key for OMDb
-
Visit the IMDB page for a film, and copy the ID from the URL. It will begin with 'tt'
-
Call the script:
python film-data.py api-key id id id... -
Import the data in phpMyAdmin. When importing genres, check "Do not abort on INSERT error" to prevent errors on duplicate genres