944,149 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 868
  • PHP RSS
Oct 7th, 2007
0

how can i redirect like asp

Expand Post »
i need to redirect to other page with out using header if it is not possible tell me how can i use header with relative url plz n 10q
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
comask is offline Offline
5 posts
since Oct 2007
Oct 7th, 2007
0

Re: how can i redirect like asp

why don't you use a meta refresh:

PHP Syntax (Toggle Plain Text)
  1. echo '<meta http-equiv="refresh" content="2;url=relativeurl.html">';
Reputation Points: 235
Solved Threads: 193
Nearly a Posting Virtuoso
kkeith29 is offline Offline
1,315 posts
since Jun 2007
Oct 7th, 2007
0

Re: how can i redirect like asp

You can build your absolute URL from PHP-supplied functions. Take a look at PHP.net's header page, under "Notes" and above the comments.

http://www.php.net/header
Reputation Points: 23
Solved Threads: 23
Posting Pro in Training
Puckdropper is offline Offline
494 posts
since Jul 2004
Oct 8th, 2007
0

Re: how can i redirect like asp

I can use header function.
PHP Syntax (Toggle Plain Text)
  1. header('Location: <a rel="nofollow" href="http://www.example.com/'" target="_blank">http://www.example.com/'</a>)
  2.  
for more information see this
Last edited by ajay_tabbu; Oct 8th, 2007 at 3:59 am.
Reputation Points: 24
Solved Threads: 0
Junior Poster in Training
ajay_tabbu is offline Offline
52 posts
since Feb 2007

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: PHP Mail Scripting
Next Thread in PHP Forum Timeline: How to disable brouser back.





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


Follow us on Twitter


© 2011 DaniWeb® LLC