Meap
Don't need glasses if you C#
On my user homes I am trying to get the users friends to show but whenever I use this code for grabbing their friends, my page refuses to load, can anyone help with this?
Code:
<?php $getnew = mysql_query("SELECT * FROM users WHERE `id` IN (SELECT `user_one_id` FROM `messenger_friendships` WHERE `user_two_id`='$id') ORDER BY id DESC;"); while($new = mysql_fetch_array($getnew)) { ?>