I have some php, its a while loop that will output a link for each friendid
after each link is clicked i want the link to disappear, what i have looks right to me but its not working the way i want it too.
$result = mysql_query(" SELECT * FROM people WHERE vip=1 ORDER BY RAND() ") or die(mysql_error());
while($row = mysql_fetch_array( $result ))
Bookmarks