It's also worth noting here that typing a keyword (or maybe it's just
function names?) in place of a directory after www.php.net does the same
thing. ie, 'www.php.net/extract' takes you to the extract page in the
manual.
HTH,
dm
Mike Eheler wrote:
>Through suggestions of people here is the code I produced for a bookmark:
>
>javascript:void(srch=prompt('Function Name?',''));if(srch)
>{self.location.href='http://download.php.net/search.php?pattern=' +srch+
>'&show=quickref';};
>
>Of course that should all go on one line. That is a good hack for now,
>but I still think it would be great to have the PHP site's search bar
>kind of in my browser, and it would launch a new window or whatever
>(with the drop-down to select function ref/online manual/etc)
>
>Mike
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]