/ Published in: PHP
                    
                                        
from openbusiness.cc
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
function yahoo_url($license, $version, $jurisdiction){
return "http://search.yahoo.com/search?p=link%3Ahttp%3A%2F%2Fcreativecommons.org%2Flicenses%2F".$license."%2F".$version."%2F".$jurisdiction."&prssweb=Search&ei=UTF-8&fr=FP-tab-web-t&fl=0&x=wrt";
}
function google_url($license, $version, $jurisdiction){
return "http://www.google.com/search?&q=link%3Ahttp%3A%2F%2Fcreativecommons.org%2Flicenses%2F".$license."%2F".$version."%2F".$jurisdiction;
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                