Meta tag issue in PHP

Reply

Join Date: Jul 2006
Posts: 197
Reputation: vssp has a little shameless behaviour in the past 
Solved Threads: 5
vssp vssp is offline Offline
Junior Poster

Meta tag issue in PHP

 
0
  #1
Apr 4th, 2007
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
__________________
Thanks
VSSP
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 66
Reputation: lordspace is an unknown quantity at this point 
Solved Threads: 4
lordspace's Avatar
lordspace lordspace is offline Offline
Junior Poster in Training

Re: Meta tag issue in PHP

 
0
  #2
Apr 4th, 2007
Hi,

another approach is to use JavaScript.
<script>
window.location="http://domain.com";
</script>
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 197
Reputation: vssp has a little shameless behaviour in the past 
Solved Threads: 5
vssp vssp is offline Offline
Junior Poster

Re: Meta tag issue in PHP

 
0
  #3
Apr 4th, 2007
Thanks lordspace
Thanks
VSSP
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,422
Reputation: stymiee is on a distinguished road 
Solved Threads: 35
Moderator
stymiee's Avatar
stymiee stymiee is offline Offline
He's No Good To Me Dead

Re: Meta tag issue in PHP

 
0
  #4
Apr 4th, 2007
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.

  1. <?php
  2. header("Location: http://www.domain.com");
  3. ?>
Last edited by stymiee; Apr 4th, 2007 at 11:07 am.
John Conde
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 197
Reputation: vssp has a little shameless behaviour in the past 
Solved Threads: 5
vssp vssp is offline Offline
Junior Poster

Re: Meta tag issue in PHP

 
0
  #5
Apr 5th, 2007
Thank you sooooo much
Thanks
VSSP
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC