CodeIgniter Forums
More results into one - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: More results into one (/showthread.php?tid=45345)



More results into one - El Forum - 09-18-2011

[eluser]someone Smile[/eluser]
Hello!

I have new question about more results to one. What I mean is: With query first I get more results from field of table - there are different entries (like 1, 2, 3, 4, 5), but there are not just one, but more entries with same numbers.

So I used result_array, but I get results then 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, ... What I want is to get 1, 2, 3 .

Is any way to do that?

Thanks in advance! :-)