You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$query = @mysql_query("select * from en_chatweb_user_contacts where ecw_id='$ecw_id' and black_listed_or_not='no' and accepted_or_not='accepted'")or die; //查询
$i=0;
while ($row = mysql_fetch_array($query)) //遍历表中的数据,并形成数组
{
//add the row to the $chat array at specific index of $i