Need Help Getting Application Working
Posted by: Takodo
Posted on: 2008-03-16 19:04:00
I have an application i have been trying to get runing under DH for a while now, now I really need to get this working. Any help is greatly appreciated.
I have an internal app we use and it is runing fine on the internal WAMP server. It is now time to take it to an external host but I am having a few issues. It seems like MySQL issues but not 100% sure.
http://cdndemo.ytrack.org
Is the domain I am installing it to. One of the errors there is:
"Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/.laverne/ckikea/cdndemo.ytrack.org/selectBranch.php on line 34"
The code on that line is:
33: $branches = mysql_query("select * from branches where branchType = 'physical' ORDER BY branch");
34: $numBranches = mysql_num_rows($branches);
Any ideas what is going on here?
Thanks In Advance!!!