产品编辑电子商务

时间:2018-05-31 19:53:51

标签: php e-commerce

嗨,这是我的代码https://pastebin.com/WuP4yvuf

这没有被执行

if(isset($_GET['edit']))
                {
                    $query = "UPDATE products SET title = '$title', price = '$price', description = '$desc', category = '$cat', image = '$dbpath' WHERE id = '$edit_id'";
                }
                mysqli_query($db, $query);

请帮我解决时间问题

问题是编辑不会停留,除非您更改图像,如果您删除并重新上传图片,但它不起作用

0 个答案:

没有答案