![]() |
no idea for the implementation - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: no idea for the implementation (/showthread.php?tid=60785) |
no idea for the implementation - El Forum - 06-28-2014 [eluser]forzaferrari87[/eluser] Hello, I have following structure of my mysql table. matchid, match, seasonyear, matchday (a part of the whole structure) My target for this is that I get following results. 306 (matchid), 306 (number of the match), 2012 (seasonyear), 34 (matchday) 307, 1, 2013, 1 .... 612, 306, 2013, 34 613, 1, 2014, 1 Till now, I have no idea under which points I could search for that and then I could integrate it with php into my admin panel. I hope someone can help and give me some tips. |