theviralguy
Senior Member
- Dec 16, 2008
- 1,040
- 333
can someone who knows php help me out? MY redirect code is working fine in IE and chrome but not in firefox?
that is the code
Code:
<?php
{
echo "<meta http-equiv=\"refresh\" content=\"0;url=WEBSITEURL\">";
}
?>
that is the code