PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > alt.comp.lang.php > can't find my error need fresh eyes
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
can't find my error need fresh eyes

Réponse
 
LinkBack Outils de la discussion
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
Vieux 20/07/2007, 09h33   #2
Michael Fesser
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: can't find my error need fresh eyes

..oO(Rik)

>On Fri, 20 Jul 2007 09:23:00 +0200, gagal <lynettesmith@gmail.com> wrote:
>
>> 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.";
>> }

>
>The error is earlier, in the connection or the assigning it to $connect
>itself. $connect does not hold a valid mysql-resource.


Additionally, if that's the real code, the query will never return
anything, because 'approved' will never be equal to '0' ...

Micha
  Réponse avec citation
Vieux 20/07/2007, 09h56   #3
Rik
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: can't find my error need fresh eyes

On Fri, 20 Jul 2007 10:33:28 +0200, Michael Fesser <netizen@gmx.de> wrote:
> .oO(Rik)
>> On Fri, 20 Jul 2007 09:23:00 +0200, gagal <lynettesmith@gmail.com>
>> wrote:
>>> Warning: mysql_query(): supplied argument is not a valid MySQL-Link
>>> resource in /home/smith/public_html/addressbook/ab_functions.php on
>>> line 87
>>> $sql = "SELECT * FROM $db_table4 WHERE 'approved' = '0'";
>>> 87 --> $result = mysql_query ($sql, $connect) or die ('Query failed:

>>
>> The error is earlier, in the connection or the assigning it to $connect
>> itself. $connect does not hold a valid mysql-resource.

>
> Additionally, if that's the real code, the query will never return
> anything, because 'approved' will never be equal to '0' ...


He, indeed, sharp eye. Backticks, single quotes, aargh :-)
--
Rik Wasmus
  Réponse avec citation
Vieux 20/07/2007, 15h38   #4
gagal
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: can't find my error need fresh eyes

On Jul 20, 4:33 am, Michael Fesser <neti...@gmx.de> wrote:
> .oO(Rik)
>
>
>
> >On Fri, 20 Jul 2007 09:23:00 +0200, gagal <lynettesm...@gmail.com> wrote:

>
> >> 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.";
> >> }

>
> >The error is earlier, in the connection or the assigning it to $connect
> >itself. $connect does not hold a valid mysql-resource.

>
> Additionally, if that's the real code, the query will never return
> anything, because 'approved' will never be equal to '0' ...
>
> Micha


Yes, it is real code. After you said it wouldn't work, I went back
and tried again. It works this time (no 0 return). I still don't
understand why I am getting the error:

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

I am using the same code in another functions page and it works. This
one works:

function adminApprovalNeeded ($connect, $db_table8)
{
$sql = "SELECT * FROM $db_table8 WHERE approved != '1'";
$result = mysql_query ($sql, $connect) or die ('Query failed:
' .mysql_error());
$approved = mysql_num_rows($result);
echo "Directory - You have $approved entries waiting for approval.";
}

This one doesn't work:

function adminApprovalNeeded ($connect, $db_table4)
{
$sql = "SELECT * FROM $db_table4 WHERE 'approved' != '1'";
$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.";
}

They are on seperate pages so they do not cause conflict with each
other. Please !

  Réponse avec citation
Vieux 20/07/2007, 16h55   #5
Rik
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: can't find my error need fresh eyes

On Fri, 20 Jul 2007 17:01:17 +0200, gagal <lynettesmith@gmail.com> wrote:
> Thanks. I finally found my very stupid error and fixed it. I still
> have 1 question. Why are my posts delayed by several hours? It used
> to be only a few minutes.


Don't use Google Groups. It was crap to begin with, and even shittier the
last several days. Use a real NNTP server & client, and the speed & user
comfort will be amazing.

Then again, delays are part of usenet.
--
Rik Wasmus
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 14h52.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,13159 seconds with 13 queries