[eluser]Unknown[/eluser]
I am new to codeigniter and currently am trying to develop on the codeigniter from scratch tutorial and specifically am on day six.I want to create some sort of user registration system where a user can log in and make changes to the account that he or she created during registration for instance, if he wants to change the city, state or even if he wants to delete the entire account then he would be able to do so.
My problem is actually how to display only the particular details of the currently logged in user who is interested in making changes to his account.How do I pull this information from the database and display it to the user in a view.Once I know how to do this then I believe that updating or deleting such information will not be a problem.
Thanks in advance for your response.I really need it so much.