Ver Mensaje Individual
  #8 (permalink)  
Antiguo 03/05/2006, 14:51
Avatar de chidomen
chidomen
 
Fecha de Ingreso: enero-2005
Ubicación: aquí
Mensajes: 380
Antigüedad: 19 años, 2 meses
Puntos: 0
Hola,

Use utf8_decode() en la variable, pero no me resuelve el problema, encontre un un script para que me mostrara las propiedades, pero no me aparecen 'collation', no se que es lo que este haciendo mal, este es el script

$result = mysql_query("SHOW TABLE STATUS FROM diariodigital;");
while($array = mysql_fetch_array($result)) {
$total = $array[Data_length]+$array[Index_length];
echo '
Table: '.$array[Name].'<br />
Data Size: '.$array[Data_length].'<br />
Index Size: '.$array[Index_length].'<br />
Total Size: '.$total.'<br />
Total Rows: '.$array[Rows].'<br />
Collation: '.$array[Collation].'<br />
Average Size Per Row: '.$array[Avg_row_length].'<br /><br />
';
}

pero no me resuelve nada, este es el link del resultado
http://mundial.ayalavilla.com/estructura.php

que mas puedo hacer, para saber el tipo de collation que usa?

saludos
__________________
.. simplemente soy un mexicano apasionado ..
guasanericonsul.com