Question: Write a PHP script that will do the following: Send SQL statement UPDATE company_cars SET mileage=50112.3 WHERE license='AK-1234 to Server on Connection saved in SDB
Write a PHP script that will do the following: Send SQL statement "UPDATE company_cars SET mileage=50112.3 WHERE license='AK-1234" to Server on Connection saved in SDB Connect. Check if the query executed successfully. If it executed successfully, print a message with the number of affected rows, else print an error message with the error code and error description
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
