Getting url of images given a word in PHP
Posted
by DomingoSL
on Stack Overflow
See other posts from Stack Overflow
or by DomingoSL
Published on 2010-06-10T23:40:19Z
Indexed on
2010/06/10
23:42 UTC
Read the original article
Hit count: 135
php
Hello, im developing a program who change his background image in function of the trending topics of twitter. So i have a function who return me a word (first TT on twitter), then i need another function that give me a url of an image relative to that word, like google images when you search or flickr. Do you know how to do this? or even better, do you have a php script made?
© Stack Overflow or respective owner