Question: MySQL / PHP QUESTION Why can I not add a car value with my php/MySQL code? My webpage.php code is below along with the update
MySQL / PHP QUESTION
Why can I not add a car value with my php/MySQL code?
My webpage.php code is below along with the update file
Cars.php
| ID | model | Reg | year | cost |
|---|---|---|---|---|
update car
update_cars.php
mysqli_query($conn,"INSERT into Cars VALUES ('$car_ID','$car_model','$car_reg','$car_year','car_cost'')$ header('Location: Cars.php'); ?>
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
