php : it's right, header('locatio n:URL') ;
Headers must be sent before any content!!
html : <meta http-equiv="refresh" content="SECOND S;url=URL">
javascript : [window.]location.href=U RL ;
<meta http-equiv="refresh" content="SECOND S;url=URL">
i worked out this. but its taking much time to go to another page even i have
mentioned 0 seconds, also before going to that page one more page is loading inbetween the requests. i cant understand why its happening so.
Comment