Skip to content
Advertisement

Tag: codeigniter-3

Why I cannot update the data?

original data echo data upated data does not updated into databse Controller Update I got the id from the form and pass the value to show the data on the next page. It will show certain data based on the user click which row button. Model Update I have passed the id when updating the data, and It will not

How to get next and previous id on CodeIgniter3?

I have the following DB. As you can see, the ID is missing a tooth. so you cannot get a valid previous or next ID by simply adding or subtracting 1 to the current ID In SQL, to get a valid back and forth ID, I would write the following. I want to get this kind of record retrieval in

Advertisement