Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 700 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 700 Bytes

Display Best-sellers Mangas

Goal

  • manipulate php associative arrays
  • practice loop
  • include external scripts
  • use functions

How ?

  • create an index.php file
  • create a separate .php file that will store your data & function(s)
  • include this file in your index.php so you can access its content
  • create .css file that will hold your style
  • loop through your data to extract the relevant informations
  • display result in your index.php

Resources