Hi everyone,
I need help about this:
I have a page where I display info about projects from a database. I display id and title, the description is too long to be displayed on the same page so I decided to pass the description variables trough a session array to another page when the user clicks on a particular title.
I tried to use a session array for every title, but when the user clicks on a title to display its description, he gets the description for the last project dispalyed on the page.
Any idea guys!
Thanks,