[eluser]gazza7364[/eluser]
Hi
I'm new to CI, I've just created a drop-down menu from a database with artist names.
I have tested the submit button with echo and the result is has should be.
The next part is what I am struggling with. I want to pass the variable in post back. so to query the database so i can extract the albums which belong to the artist.
I have read the user guide, which seems to tell you to pass the post back to the a controller with open_form(link to controller). But what I am thinking is, doesn't the variable need to go back to the model to query the database with contents of the variable?
Could someone point me in the right direction.
Thanks in advance.