PHP Classes

File: fwphp/glomodul/adrs/error.php

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   fwphp/glomodul/adrs/error.php   Download  
File: fwphp/glomodul/adrs/error.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/adrs/error.php
Date: 1 year ago
Size: 240 bytes
 

Contents

Class file image Download
<!-- J:\awww\www\fwphp\glomodul\adrs\error.php-->
<div class="container">
  <p>
    <?php
   
if ($myerrmsg) {echo $myerrmsg ;}
    else { echo
     
'This is the Error-page. Shown when a page does not exist.' ;
    }
   
?>

  </p>
</div>