944,044 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 1426
  • PHP RSS
Apr 4th, 2007
0

Meta tag issue in PHP

Expand Post »
Hi friends
I am using mete tage to redirect the page in my php script.but the latest version firefox only not support the meta tag page redirect option -- unable pass the query string values. but older version its working correctly.

How can i fix the issue . Please advice
__________________
Similar Threads
Reputation Points: 5
Solved Threads: 5
Junior Poster
vssp is offline Offline
197 posts
since Jul 2006
Apr 4th, 2007
0

Re: Meta tag issue in PHP

Hi,

another approach is to use JavaScript.
<script>
window.location="http://domain.com";
</script>
Reputation Points: 18
Solved Threads: 6
Junior Poster in Training
lordspace is offline Offline
90 posts
since May 2006
Apr 4th, 2007
0

Re: Meta tag issue in PHP

Thanks lordspace
Reputation Points: 5
Solved Threads: 5
Junior Poster
vssp is offline Offline
197 posts
since Jul 2006
Apr 4th, 2007
0

Re: Meta tag issue in PHP

My I ask why you just don't use PHP for the redirect? It works in every browser every time and doesn't require JavaScript be turned on like the solution above.

php Syntax (Toggle Plain Text)
  1. <?php
  2. header("Location: http://www.domain.com");
  3. ?>
Last edited by stymiee; Apr 4th, 2007 at 11:07 am.
Moderator
Reputation Points: 161
Solved Threads: 38
He's No Good To Me Dead
stymiee is offline Offline
1,422 posts
since May 2006
Apr 5th, 2007
0

Re: Meta tag issue in PHP

Thank you sooooo much
Reputation Points: 5
Solved Threads: 5
Junior Poster
vssp is offline Offline
197 posts
since Jul 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: Parse error, need urgent help. >_<
Next Thread in PHP Forum Timeline: Best news / article script ?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC