Welcome Guest, Not a member yet? Register   Sign In
User ID data not showing.
#2

(This post was last modified: 01-27-2018, 04:57 AM by InsiteFX.)

PHP Code:
// Change
if ($query->num_rows() > 1) {

// To
if ($query->num_rows() > 0) { 

Greater than 1 means it has to be higher than 1
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
User ID data not showing. - by kirasiris - 01-27-2018, 12:47 AM
RE: User ID data not showing. - by InsiteFX - 01-27-2018, 04:56 AM
RE: User ID data not showing. - by kirasiris - 01-27-2018, 06:37 PM
RE: User ID data not showing. - by InsiteFX - 01-27-2018, 05:02 AM
RE: User ID data not showing. - by InsiteFX - 01-28-2018, 05:17 AM
RE: User ID data not showing. - by kirasiris - 01-28-2018, 06:51 PM
RE: User ID data not showing. - by InsiteFX - 01-29-2018, 04:04 AM
RE: User ID data not showing. - by kirasiris - 02-01-2018, 10:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB