View Single Post
02-10-2007, 07:04 AM
#6
bscdesign_com is offline bscdesign_com
Status: I'm new around here
Join date: Nov 2006
Location:
Expertise:
Software:
 
Posts: 20
iTrader: 0 / 0%
 

bscdesign_com is on a distinguished road

  Old

Thanks Salathe that looks like what I was looking for.

I have some questions though.

I am planning on pulling the the usernames from a database and using while to display all of the information for each model in a loop.

Code:
# Yahoo! URL to query
$URL = "http://opi.yahoo.com/online?m=text&u=";
Can I add the username from the database to the url so that u=USERNAME ? And then

Code:
$content = get($URL);

Thanks