pat_explain_error.php
上传用户:feiyaoda
上传日期:2016-11-21
资源大小:9556k
文件大小:0k
- <?php
- include('config.php');
- send_execute_header('Error with MySql');
- echo "The following error has happend:<br><br>n";
- echo "<hr>n";
- echo $get_string->get('PAT_ERROR_'.$_GET['error']);
- echo "<hr>n";