Warning: mysql_numrows(): supplied argument is not a valid MySQL result
resource in /home/content/f/r/e/frescrat/html/addbook/index.php on line 51
Number of results: 0
and
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
resource in
/home/content/f/r/e/frescrat/html/addbook/include/address.class.php on line
323
Anyone have a clue as to how I should proceed?
Thanks!
Ed
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
all that i have found, they don't effect on the entire system.... they are
only to make a summation of total group and then total name list from all of
the groups..... so far i think the mistake is on the sql query on line 51 of
index page.... not on the line 323 of address.class.php......... Please post
if some one could fix it.....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Have this error message:
"Warning: mysql_numrows() expects parameter 1 to be resource, boolean given in
G:\xampp\htdocs\addressbook\index.php on line 51"
and
"Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean
given in G:\xampp\htdocs\addressbook\include\address.class.php on line 323"
on Addressbook home page. When I add new entries they do not show up in the
table.
What does this mean? How do I fix it?
Have the same problem. Can't find a fix. I know it is group related.
I have the same sort of problem:
Warning: mysql_numrows(): supplied argument is not a valid MySQL result
resource in /home/content/f/r/e/frescrat/html/addbook/index.php on line 51
Number of results: 0
and
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
resource in
/home/content/f/r/e/frescrat/html/addbook/include/address.class.php on line
323
Anyone have a clue as to how I should proceed?
Thanks!
Ed
all that i have found, they don't effect on the entire system.... they are
only to make a summation of total group and then total name list from all of
the groups..... so far i think the mistake is on the sql query on line 51 of
index page.... not on the line 323 of address.class.php......... Please post
if some one could fix it.....
hi all, i have solved the problem.... :) use latest version of Apache and
MySql for this address book...... :)
Although I'm running PHP 5.2.17 and MySQL 5.1.55 I still have errors in my
errorlogs:
PHP Warning: mysql_numrows():
supplied argument is not a valid MySQL result resource in
/home/httpd/vhosts/kunde.nl/httpdocs/adressen/index.php on line 252,
referer:
http://kunde.nl/adressen/edit.php
PHP Warning:
mysql_fetch_array(): supplied argument is not a valid MySQL result
resource in /home/httpd/vhosts/kunde.nl/httpdocs/adressen/index.php on
line 254, referer:
http://kunde.nl/adressen/edit.php
Probably, as a result, I'm not able to put entries in the database.
Any help is appreciated!!