CodeIgniter Forums
Help a noob out! how would I achieve this? - 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: Help a noob out! how would I achieve this? (/showthread.php?tid=45795)



Help a noob out! how would I achieve this? - El Forum - 10-06-2011

[eluser]PrivateSniper[/eluser]
Hi everyone, I am trying to develop an application (mainly as a reason to learn php/jquery etc)
and would an app which lists items from a mysql database (i have this side of things sorted) and for users to be able to rate (again I have found plenty tut's on this) the items.

But most importantly; I would like users to be able to create their own top 10 list of said items - and to be able to re-arrange at will, I think I can handle the interface aspect when I come to jquery, however I am at a loss as to how to approach the php/mysql side of this.

The ultimate goal is you login to app, add items to your list, re-arrange until your happy with it, and then maybe an option to post this to your wall/as an image etc)

If anyone can point me in the right direction, or provide example code for this I would very much appreciate it.

Thanks in advance
- Sniper