Por que me tira error en la linea del header:
if (pg_numrows($result)==0){
header ("Location:index2.php?Mensaje=Invalid");
exit;
}
El error es:
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/ejem/contrasena.php:3) in /var/www/html/ejem/contrasena.php on line 22