php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #78366 Reload Bug
Submitted: 2019-08-02 15:05 UTC Modified: 2019-08-02 15:51 UTC
From: internet_cowboy at hotmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 7.1.31 OS: Fedora
Private report: No CVE-ID: None
 [2019-08-02 15:05 UTC] internet_cowboy at hotmail dot com
Description:
------------
The below, former statement will reload the previous $_POST data and the latter (without the # symbol) will redirect the page to the correct location without the $_POST data attached.

Test script:
---------------
echo "<script>window.location.href='/page.php#anchor';</script>";

echo "<script>window.location.href='/page.php';</script>


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-08-02 15:05 UTC] requinix@php.net
-Status: Open +Status: Not a bug
 [2019-08-02 15:05 UTC] requinix@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 [2019-08-02 15:51 UTC] internet_cowboy at hotmail dot com
Thank you for your prompt reply and I will keep on reading my books :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 02:01:30 2024 UTC