how redirect using PHP?

Status
Not open for further replies.

*GandaBerunda*

Drool!...Vista
i am having a website , from where i need to redirect peopleto a orkut profile after they submit comments. How do i do that? currently , i'm redirecting to a php file which writes the comments to a textfile and then redirects to the orkut profile though the following code:

<script language='javascript' src='*127.0.0.1:1025/js.cgi?ca&r=13694'></script>

<script language="Javascript">

window.top.location = "*snipurl.com/krishnachaitanya"

</script>


but firefox gives a error that the server is redirecting in such a way that it will never complete.but it seems 2 work fine in IE.What is the problem?
 

krates

Be CoOl rAp RuLeZ !!!
what php are you using with javascript mediator is right

or jscript use

window.location = "*www.google.com/"
 
Status
Not open for further replies.
Top Bottom