STAR WARS - API
PHP script named lists all character names in the film 'Return Of The Jedi'
Lists all Mammals(species) in all Star Wars films, and the name of their homeworld.
Populate the database table(characters), with all characters available in the API. This code needs to call the remote API directly
Update the data in your characters table with the data provided in table 'CharacterUpdates'
List the name of all vehicles that can have more than 30 characters, and for each matching vehicle, provide the name of the film they appear in.
Method and web form which allows users to create characters.