
Originally Posted by
adam
The connection class has nothing to do with it.
I tried commenting the echo part but still it throws an error pointing to the connection class.
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\connectmssql.php:29) in C:\Program Files\Apache Group\Apache2\htdocs\confirm.php on line 27
PHP Code:
if(mssql_num_rows($r)==1){
#echo "Loading...";
$url='displaydtr.php?action=show';
header("Location: $url");
return;
}
Now I feel that I'm soo annoying.