PHP Classes

File: album.php

Recommend this page to a friend!
  Classes of Ann   Purp Project   album.php   Download  
File: album.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Purp Project
Application to manage photo albums
Author: By
Last change: Update of album.php
Date: 1 year ago
Size: 634 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <link href="styles/style.css" rel="stylesheet">
    <link href="styles/profile.css" rel="stylesheet" type="text/css" />
    <link href="styles/main-page.css" rel="stylesheet">

</head>
<body>
    <?php
       
require_once 'header.php';
        include
'php/albums.php';
      
   
?>
<div class="albpics ">
    <?php
        getAlbPics
();
   
?>
</div>
</body>
</html>