Welcome Guest, Not a member yet? Register   Sign In
Connecting to multiple databases ?
#2

[eluser]InsiteFX[/eluser]
Maybe because your calling num_rows wrong!
Code:
// wrong!
if ($query->num_rows == 1)

// should be:
if ($query->num_rows() == 1)

InsiteFX


Messages In This Thread
Connecting to multiple databases ? - by El Forum - 06-07-2011, 09:09 AM
Connecting to multiple databases ? - by El Forum - 06-07-2011, 09:15 AM
Connecting to multiple databases ? - by El Forum - 06-07-2011, 09:24 AM
Connecting to multiple databases ? - by El Forum - 06-07-2011, 09:40 AM
Connecting to multiple databases ? - by El Forum - 06-07-2011, 09:45 AM
Connecting to multiple databases ? - by El Forum - 06-07-2011, 03:07 PM
Connecting to multiple databases ? - by El Forum - 06-08-2011, 04:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB