30 lines
410 B
PHP
Executable file
30 lines
410 B
PHP
Executable file
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>PHP Error Output</title>
|
|
|
|
<meta http-equiv="content-type"
|
|
|
|
content="text/html; charset=utf-8"/>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p>
|
|
|
|
<?php echo $error; ?>
|
|
<br>
|
|
<br>
|
|
<b>Note: An SQL error will occur if the page is not typed exactly as seen in the search results.</b>
|
|
<br>
|
|
<br>
|
|
<a href="ban.php">Return</a>
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|