Im working with a mysql result of just user ids and and a url...
$row[uid] and $row I want to move it into an array..... => [URL unfurl="true"]http://www.google.com,
17982363 =>
)
Im looping through using...
while($row = mysql_fetch_array( $client_result )) {
???WHAT GOES HERE???
}
any ideas
$row[uid] and $row I want to move it into an array..... => [URL unfurl="true"]http://www.google.com,
17982363 =>
)
Im looping through using...
while($row = mysql_fetch_array( $client_result )) {
???WHAT GOES HERE???
}
any ideas