![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
29/03/2010, 18:17
|
| | Fecha de Ingreso: febrero-2005
Mensajes: 16
Antigüedad: 20 años Puntos: 0 | |
MySQL client ran out of memory Hola, necesito su ayuda
como puedo solucionar este problema en mi codigo
http://www.tatavalenciaaccesorios.com/
Warning: mysql_query() [function.mysql-query]: Unable to save result set in
/home/tatavale/public_html/php/micro.php on line 38
MySQL client ran out of memory
Esto esta funcionando muy bien y dejo de funcionar, ustedes saben como puedo solucionar la
consulta:
mysql_select_db($database_conexion, $conexion);
$query_verswf = "SELECT * FROM swf WHERE usuario = '$micro' and clase = 'flash' and idioma =
'$idio' and ver = 'si'";
$verswf = mysql_query($query_verswf, $conexion) or die(mysql_error());
$row_verswf = mysql_fetch_assoc($verswf);
$totalRows_verswf = mysql_num_rows($verswf);
Gracias por su ayuda |