also this is a very long shot but
I'm using some third party software for a property website
When i upload it to my webspace (which is linux) it works fine.
when running it locally on win2k the main problem is when I view the houses say 10 per page, if i click on any of the houses to view its full details i get the following errors
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in c:\apache group\apache\htdocs\propertyweblite\propview.php on line 32
THe info abot listings per page etc appear here and then the turn image off/on and then theres another error
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in c:\apache group\apache\htdocs\propertyweblite\propview.php on line 122
line 32 is> $num_rows = mysql_num_rows($result);
line 122 is> while ($a_row =mysql_fetch_array ($result) )
i know it's very vague
any help would be greatly appreciated.
thanks
okee