pat_explain_error.php
上传用户:feiyaoda
上传日期:2016-11-21
资源大小:9556k
文件大小:0k
源码类别:

WEB邮件程序

开发平台:

PHP

  1. <?php
  2. include('config.php');
  3. send_execute_header('Error with MySql');
  4. echo "The following error has happend:<br><br>n";
  5. echo "<hr>n";
  6. echo $get_string->get('PAT_ERROR_'.$_GET['error']);
  7. echo "<hr>n";