0
Warning: mysql_fetch_assoc() expects Parameter 1 to be Resource, Boolean Given in C: xampp htdocs NEW admin alterarfotos.php on line 16
$id_imagem = trim($_GET['id_imagem']);
   $dados = mysql_fetch_assoc(       mysql_query("SELECT * FROM imagens WHERE id_imagem = $id_imagem")      )or die(mysql_error());
Notice: Undefined index: id_imagem in C: xampp htdocs NEW admin alterarfotos.php on line 15
I am creating a simple album with Mysql & PHP but I am having this error.
Thank you very much helped
– Cauê Siqueira