when i used
[code=php]
<?php
@header("Locati on:google.co.in ");
?>
[/code]
.. the page is not redirecting to that page,,

if i remove @ sign then it is showing worning session already started(...)in. ..

i m posting my error page also..
[code=php]
<?php
@session_start( );
require_once("c onnection.php") ;
$pg=$_SERVER['HTTP_REFERER'];...