PHP Classes

File: fwphp/glomodul/oraedoop/hdr.php

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   fwphp/glomodul/oraedoop/hdr.php   Download  
File: fwphp/glomodul/oraedoop/hdr.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: Update of fwphp/glomodul/oraedoop/hdr.php
Date: 1 year ago
Size: 915 bytes
 

Contents

Class file image Download
<!doctype html>
<html>
<head>
  <meta charset="utf-8" />

  <title>ORAED
      <?php
       
/*if ($_SESSION['cncts']->username != '')
        { //if ($_SESSION[ 'table' ] != '')
            echo ': ' . $_SESSION['states']->table ;
            echo ' (' . $_SESSION['cncts']->username ;
            //if ($_SESSION['cncts'][ 'service' ] != '')
            echo '@' . $_SESSION['cncts']->service;
            echo ')';
        } */
     
?>
</title>

  <link rel="stylesheet" href="/zinc/themes/flex_3cols.css?">

  <style id="editme">
   * {box-sizing: border-box;}
    body {
      height: 100vh;
      display: flex;
      flex-flow: column;
    }
     header {
      flex: 0 0 content;
     }
     main {
      flex: 1 1 0;
      overflow: scroll;
    
    }
  </style>

</head>



<body>
  <!--header>
    <h1>Learn PHP</h1>
  </header-->
<main>



<?php //include 'read_tbl_nav_left.php'?>




<article>