its just a simple js that makes looking up functions on php.net a snap
1- create a new bookmark, name it "php manual" or whatever you like
2- paste the following into the address/location of the bookmark field
Code: Select all
javascript:q=document.getSelection();if(!q)void(q=prompt('PHP Reference:',''));if(q)location.href='http://www.php.net/'+escape(q)personally i just have this bookmark as a button on my browsers toolbar, so when i click it, it makes a popup box and you type in your search term, hit ok and your taken to the results on php.net
hope people find this as usefull as i do.