File: queryerror.php

package info (click to toggle)
phpreports 0.3.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 620 kB
  • ctags: 1,149
  • sloc: php: 2,668; xml: 157; makefile: 29; python: 10; sh: 2
file content (11 lines) | stat: -rwxr-xr-x 592 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
<html>
	<body>
		<p style='width:400px;height:200px;background-color:#F5F5F5;border-style:solid;border-width:2;border-color:#CCCCCC;padding:10px 10px 10px 10px;font-family:verdana,arial,helvetica,sans-serif;color:#505050;font-size:12px;'>";
		<span style='font-size:18px;color:#FF0000;font-weight:bold;'>QUERY ERROR</span><br/><br/>
		I was connected on your database but there was some kind of error when running the SQL query.<br/>
		<br/>
		Please check if it is a valid query using some database interface program, and then return here again.
		<br clear='all'/>
		</p>
	</body>
</html>