PDA

View Full Version : How can i...?


Danago
December 22nd, 2006, 05:03 PM
Hey. Using PHP, how can i allow a user to put somebodies friendID into a form, which will then output the display image associated with that profile?

Thanks in advance,
Dan.

laars
December 28th, 2006, 08:47 PM
I don't really get what you mean. Are you talking about the MySpace 'online now' image?

Selena
December 28th, 2006, 09:10 PM
^^He is talking about, how can you put the Friend ID number into a form, and then when you click submit, it will show the pictre that is associated with the profile, the display pic.

I'm not really sure how, but i'm sure there's a way, and someone here probalby knows.

Danago
December 28th, 2006, 09:16 PM
Yep what selena said. Basically what i need to do is extract the profile image from any profile, given a friend ID.

My guess is id have to use sockets, which ive never learnt properly how to use. So before i learn, i just want to double check :)

rob
December 28th, 2006, 10:06 PM
look into cURL functions.