Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/05/2006, 15:02
escan_0
 
Fecha de Ingreso: febrero-2003
Mensajes: 763
Antigüedad: 21 años, 2 meses
Puntos: 2
debe ocurrir algo porque sale en blanco:

Código PHP:
include("config.php");
$grabthreadids mysql_query("SELECT threadid FROM post WHERE post.userid=2 AND post.visible=1");
$post[thisforumonly] = "0";
while (
$getcount mysql_fetch_array($grabthreadids)) {


$resulttt mysql_num_rows("SELECT postusername FROM thread  where threadid=$getcount[0] and forumid=44");
while (
$rowtt mysql_fetch_array($resultttMYSQL_NUM)) {



echo 
$rowtt[0];
echo 
"-";
}    

}
mysql_num_rows($resulttt);