ok
this give me this
Warning: Cannot add header information - headers already sent by (output started at /connect2db.php:13) in /getresult.inc on line 13
this meen that in your connect2db.php at line 13 you have some text sent to browser but this is not always right...
so.. i have check the source code of the web page and it "seems have no html code" but i already have seen this error before
this is a simple carriage return...
probably that your file should like this
--- start of file ---
<< you probably have a carriage return this is considered as html output... 🙂
<?
code..
?>
and your file should like this
--- start of file ---
<?
code...
?>