PHP Classes

File: application/errors/error_php.php

Recommend this page to a friend!
  Classes of Kishor Mali   PHP User Feedback System   application/errors/error_php.php   Download  
File: application/errors/error_php.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP User Feedback System
Application to record feedback from customers
Author: By
Last change:
Date: 3 years ago
Size: 288 bytes
 

Contents

Class file image Download
<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">

<h4>A PHP Error was encountered</h4>

<p>Severity: <?php echo $severity; ?></p>
<p>Message: <?php echo $message; ?></p>
<p>Filename: <?php echo $filepath; ?></p>
<p>Line Number: <?php echo $line; ?></p>

</div>