I have the mysql part below,
$res = mysql_query("select * from friend_profilevisitor where profile='$info[auto_id]' order by date desc limit 100");
$riders = mysql_num_rows($res);
What I would like to do though is modify it to also do this
select zip from friend_reguser where autoid='$info[auto_id]'