Results 1 to 3 of 3
Well i get this error:
Code:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/localhost/htdocs/process.php on line 19
In a PHP script that did work on ...
- 11-27-2007 #1
mysql_num_rows()
Well i get this error:
In a PHP script that did work on XAMPP (Portable Apache, MySQL, PHP, Perl) for Windows.Code:Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/localhost/htdocs/process.php on line 19
Now I exported the database to this Linux Box (Gentoo) and I get that error.
I did emerge with the mysql USEflag.
I did google for this.
But all I found were other people with this problem..:
MySQL AB :: Re: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in
So, does anyone here know?
Cheers,
Robin
edit:
I noticed a lot of other stuff doesn't work either :/
Like I cant Parse Session Vars?
Whats the deal?
- 11-29-2007 #2Just Joined!
- Join Date
- Mar 2006
- Posts
- 13
Can you paste your php.ini settings and the PHP script
- 11-29-2007 #3


Reply With Quote