Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/04/2009, 13:07
Avatar de carmagedon
carmagedon
 
Fecha de Ingreso: junio-2005
Ubicación: Argentina
Mensajes: 794
Antigüedad: 18 años, 10 meses
Puntos: 23
Respuesta: error: Warning: mysql_fetch_array(): supplied argument is not a valid MySQ

Código PHP:
<?php  

include("../reg/config.php"); 

if(isset(
$_GET['not_ID'])){      
    
$not_ID $_GET['not_ID'];  
    
$sqlQueryNot mysql_query("SELECT * FROM noticias WHERE not_ID='".$_GET["not_ID"]."'"$db_link) or die(mysql_error()); 

$rowNot mysql_fetch_array($sqlQueryNot); //no lleva la llave porque no hay ningun WHILE
    
echo "<h2>".$rowNot['titulo']."</h2>";  
    echo 
$rowNot['texto']; 
    
//te saque la llave

?>
Fijate si está ahi el problema, cualquier cosa volveme a decir que lo revisamos mas detalladamente.

Saludos
__________________
Freelance - Aplicaciones Web