php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24265 Problems with tracking recent visited URL
Submitted: 2003-06-20 01:19 UTC Modified: 2003-08-07 13:23 UTC
From: ng4rrjanbiah at rediffmail dot com Assigned: goba (profile)
Status: Closed Package: Website problem
PHP Version: 4.3.2 OS: Linux
Private report: No CVE-ID: None
 [2003-06-20 01:19 UTC] ng4rrjanbiah at rediffmail dot com
Description:
------------
The recent searched URL is tracked only when you search non-existing text.
For example, it won't get set when you try php.net/date; but it get set when you try php.net/erroroooor

It causes so many problems like showing invalid search text in search box.
The important problem is with adding notes. If you successfully add any notes, it displays go back from where you came ( the link is ttp://in.php.net/error/index.php ). If you click the link, it actually redirects to Google causing bad loop.

Hope, the bug report is clear.

-R. Rajesh Jeba Anbiah


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-20 04:55 UTC] goba@php.net
If you search for /errooooorrroo then you searched for it, and we remember it. Then you can correct if you typed something badly. In the whole concept of remembering your last search, remembering your last bad search is a key element. If you type /mysql_cloose then it is not found. But then you get this back in the search field, so you can delete the one extra 'o' and get the page.

About the back link, that is not correct, yes. You can use your back button as always ;) But it will be corrected soon, as I have the time for it [or someone else ;)].
 [2003-08-07 13:23 UTC] goba@php.net
The back link was fixed a while ago, and we are probably going to add a setting for users to disable the search field prefill feature alltogether...
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Jun 16 16:00:01 2026 UTC