[Solved] Edit and delete aren’t executing in the database in my PHP form [duplicate]
You have used mysql_connect() in the update clause of the code. If your PHP version is 7 and above it will not work (will work for 5.5 and 5.6 versions but with a warning) as it is deprecated. Warning This extension was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. Instead, the … Read more