Getting the first URL of an image search result with google image API in PHP
        Posted  
        
            by DomingoSL
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by DomingoSL
        
        
        
        Published on 2010-06-10T20:53:04Z
        Indexed on 
            2010/06/10
            21:03 UTC
        
        
        Read the original article
        Hit count: 382
        
Hello, did you know a php script (a class will be nice) who get the url of the first image result of a google api image search? Thanks
Example.
<?php echo(geturl("searchterm")) ?>
© Stack Overflow or respective owner