php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13211 how to redirect to another php page.
Submitted: 2001-09-08 05:17 UTC Modified: 2001-09-08 05:47 UTC
From: c_surendra at yahoo dot com Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 4.0.4pl1 OS: windows 98
Private report: No CVE-ID: None
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
45 - 10 = ?
Subscribe to this entry?

 
 [2001-09-08 05:17 UTC] c_surendra at yahoo dot com
when i try to redirect the page with header("Location: ....") is not going to the requested page.  Instead it is showing page can not be displayed in IE5.  please let me know how to send and receive the header from php script.  I am using Personal WebServer for windows 98. 

 please let me know the solution for this. 
 if(!$temp){

 header("Location: http://sys3/test/abc.php");
 exit;
}

  where sys3 is my pws. and test is my working directory.

  $temp is a boolean.

  let me know how to send information to next php using header.  


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-08 05:47 UTC] sander@php.net
Ask support questions on the appropriate mailinglist (see http://www.php.net/support.php).
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 07 01:01:34 2025 UTC