- Home
- Categorie
- Coding e Sistemistica
- PHP
- errore query
-
errore query
errore mysql_fetch_array(): supplied argument is not a valid MySQL
come mai?
<?php $id=session_id(); echo"<h1> I tuoi annunci : </h1> <br> "; $email=query_semplice("SELECT * FROM utenti WHERE sessione='".$id."' AND conferma=1"); $email=$email['email']; $user=query_semplice("SELECT * FROM utenti WHERE sessione='".$id."' AND conferma=1"); $a=query_ciclo("SELECT * FROM annunci WHERE email=".$email.""); while($b=query_ciclo2($a))
-
Cosa fanno le funzioni query_semplice e query_ciclo??
Il ciclo While sembra incompleto.
Dove e a che riga viene segnalato l'errore?
-
grazie della tua risposta.. ho trobvato l'errore alla fine si trattava di apici..grazie ancora si puo anche chiudere