miren:
http://nacionwarez.com/comunidades/nacionwarez/5/mira-ps.html
me dice
Cita:
linea 85 a 95:Parse error: syntax error, unexpected T_VARIABLE, expecting ']' in /home/bodoqez/public_html/nacionwarez.com/comunidades/tema.php on line 95
Código PHP:
<a href="/perfil/'.$co['id'].'/">
<img title="Ver perfil de '.$co['nick'].'" alt="Ver perfil de '.$co['nick'].'" class="avatar" src="'.$co['avatar'].'" onerror="error_avatar(this)" />
</a>
<strong>
<a title="Ver perfil de '.$co['nick'].'" href="/perfil/'.$co['id'].'/">'.$co['nick'].'</a>
</strong>
<ul class="userIcons clearbeta">
<li>';
$user1 = $co['id];
$q=$db->query("SELECT * FROM usuarios WHERE id='$user1' AND ultimaaccion>unix_timestamp()-2*60");
Saludos