Hi
I have a while loop set up to call data from the database which is successfully doing.
i would like my users to edit their own content on the database, a user can have many publications and so the user should be allowed to amend each publication.
At the moment all publication of a user is called from the database.
All information can be edited.
The problem is when a user edits one publication all of the publication gets edited with the amended contents.
I got a feeling it maybe down to the while loop?
All information appears fine until something gets amended
How can I amend a single publication without the whole entire publication for that user being overwritten?
Sorry for beating around the bush, wasn't sure how to explain it.
Thanks in advance