How to update data from two tables using php

Hello, I’m having a hard to finish this CRUD project that I have because I dont know the proper sintax on how to update the data from two tables.

Table Users:
id
Name
Email

Table Car:
id (foreign key)
Car_Service
Car_Model

Thank you so much

Duplicate topic. See active thread - How to update data from two tables

Sponsor our Newsletter | Privacy Policy | Terms of Service