Its got nothing to do with the hardware :)
maybe u are not having any records in the table 
or there is something amiss in the table or 
feild or database names across both machines.

not a valid mysql result resource is 100% an 
program-db related error. 

you can try to port the entire databse from
your pc to your laptop & see.
Or
Print out the mysql_error and see what that says 
... that usually helps find out the exact problem.

mysql_query("...query here...") or die(mysql_error())


let me know.


___________________________________

-----Original Message-----


Hello -

        I am running MySQL 3.23.33 with Apache 1.3.19 and PHP 4.0.4PL1 on
a DELL Latitude C600 Laptop developing a project. However every time i try
to use mysql_num_rows it tells me that this is not a valid mysql result
resource. I've tried all kinds of differnt tricks to try to fix the
problem but to no avail. If i transfer the project to my desktop it works
fine, so i know its not the code. Unfortunately i cant work soley on my
desktop as i commute to work and the laptop is my work computer. I had a
similar problem with a Dell Inspiron laptop. Im beginning to think it some
kind of dell propritory software thats getting in the way. Anyone have a
fix. Thanks..

        -Eric
___________________________________

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to