Afficher un message
Vieux 20/07/2007, 08h23   #1
gagal
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut can't find my error need fresh eyes

Warning: mysql_query(): supplied argument is not a valid MySQL-Link
resource in /home/smith/public_html/addressbook/ab_functions.php on
line 87
Query failed:

function adminApprovalNeeded ($connect, $db_table4)
{
$sql = "SELECT * FROM $db_table4 WHERE 'approved' = '0'";
87 --> $result = mysql_query ($sql, $connect) or die ('Query failed:
' .mysql_error());
$approved = mysql_num_rows($result);
echo "Address Book - You have $approved entries waiting for
approval.";
}

  Réponse avec citation
 
Page generated in 0,04283 seconds with 9 queries