I want to update image into database from php (but I can't solve it) , is there any error in my code?

后端 未结 0 1143
半阙折子戏
半阙折子戏 2020-12-11 07:42
  1. The Code

    $ID = $_GET[\'ID\'];
    $Image = $_FILES[\'uploadfile\'][\'tmp_name\'];//File_Image
    $img = file_get_contents($Image);//File_Image
    $Title = $_PO         
    
    
            
相关标签:
回答
  • 消灭零回复
提交回复
热议问题