Welcome Guest, Not a member yet? Register   Sign In
Outputting data problem
#4

[eluser]mi6crazyheart[/eluser]
Just before foreach() in VIEW add these line to check weather u'r getting any data from Db or not..
Code:
echo(count($contact)); // it'll show no. of records u'r getting from DB
echo '<br>';
print_r($contact); // It'll show u all data which of those records

foreach($contact as $item):
echo $item->ct.type ;
echo $item->pc.details;
endforeach;


Messages In This Thread
Outputting data problem - by El Forum - 12-27-2010, 12:24 AM
Outputting data problem - by El Forum - 12-27-2010, 03:19 AM
Outputting data problem - by El Forum - 12-27-2010, 07:52 PM
Outputting data problem - by El Forum - 12-27-2010, 09:32 PM
Outputting data problem - by El Forum - 12-27-2010, 10:03 PM
Outputting data problem - by El Forum - 12-27-2010, 10:58 PM
Outputting data problem - by El Forum - 12-27-2010, 11:32 PM
Outputting data problem - by El Forum - 12-27-2010, 11:53 PM
Outputting data problem - by El Forum - 12-28-2010, 12:02 AM
Outputting data problem - by El Forum - 12-28-2010, 09:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB