Skip to content

Web application that uses LAMP technology (Linux, Apache, MySQL and PHP) that allows you to consult, modify and save information about animated characters.

Notifications You must be signed in to change notification settings

PolMuri/AnimationWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Comments in Catalan (my native lenguage), code in English.

AnimationWorld

A web app using LAMP technology (Linux, Apache, MySQL, and PHP) that allows querying information about animated characters.

Contain four sections:

The first section is a search box named "Find Cartoon," which includes a text field and a button with the text "Find Cartoon." Clicking it redirects to the page cartoon_list.php. The next section consists of three buttons with the text "Add Cartoonist," "Add Film," and "Random." Clicking them redirects to the pages add_cartoonist.php, add_film.php, and random.php, respectively.

The second section is a form for adding a new character. The fields that the user needs to fill out are: name, cartoonist, uploading the character's image, and the film. Note: to simplify the structure of the entire application, it is considered that a character only appears in one film. To add both the cartoonist's name and the film, the form displays all cartoonists and films available in the database for the user to choose from.

Finally, there is another section that is a list. It is called "Cartoon List" and contains a list of all characters, but only shows five at a time. To view the rest, the user must use the vertical scroll bar located on the right.

The search feature on the initial page (cartoon.php) allows finding one or more characters based on their exact name or a fragment of it. When used, it calls a page (cartoon_list.php).

image

About

Web application that uses LAMP technology (Linux, Apache, MySQL and PHP) that allows you to consult, modify and save information about animated characters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages