|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-01-28 00:28 UTC] pajoye@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 04:00:01 2025 UTC |
Description: ------------ Using internal links in PHP page results in addition of #link with TITLE of page. Reproduce code: --------------- <a name="flag">Manufacturing cell</a> <form method="POST" action="<?$_SERVER['PHP_SELF']?>#flag"> OR echo "<a href='".$_SERVER['PHP_SELF']."?page=1#flag'> both are causing same result. Expected result: ---------------- Title of the page: "MY PORTFOLIO - Microsoft Internet Explorer" Actual result: -------------- Title of the pgae: "MY PORTFOLIO - Microsoft Internet Explorer#flag#flag"