Welcome Guest, Not a member yet? Register   Sign In
Simple foreach loop not working (code)
#4

[eluser]David Mitchell[/eluser]
Found the Problem:

Code:
echo $row->user;
echo $row->message;
echo $row->created;

should of been

Code:
echo $row['user'];
echo $row['message'];
echo $row['created'];


Messages In This Thread
Simple foreach loop not working (code) - by El Forum - 02-17-2012, 07:53 AM
Simple foreach loop not working (code) - by El Forum - 02-17-2012, 07:59 AM
Simple foreach loop not working (code) - by El Forum - 02-17-2012, 08:46 AM
Simple foreach loop not working (code) - by El Forum - 02-17-2012, 09:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB