Turn Your Vehicle Into a Smart Earning Asset

While you’re not driving your car or bike, it can still be working for you. MOTOSHARE helps you earn passive income by connecting your vehicle with trusted renters in your city.

πŸš— You set the rental price
πŸ” Secure bookings with verified renters
πŸ“ Track your vehicle with GPS integration
πŸ’° Start earning within 48 hours

Join as a Partner Today

It’s simple, safe, and rewarding. Your vehicle. Your rules. Your earnings.

How to Update and Delete data from database using Controller.

Update data from the database

To Update the data in database table we use update(). See the syntax below:-

See the below code for updating data in the database. I’m updating my id=2 name and email.

When we run the page, it will update the id=2 data from the above data, if the page returns 1 then data updated else not updated. Let’s see the database.

See the above image, the data of id 2 is updated.

Note:- If we can’t add where condition, then it will update all names and emails.

Delete data from the database

We use delete() to delete the data from the database. See the syntax below:-

I’m deleting id=2 from my database, see the code below:-

See the output below when we run the page.

Note:- If we can’t add where condition, then it will Delete all rows.

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.