How to retrieve uploaded files using php

前端 未结 4 1669
无人共我
无人共我 2021-01-16 04:49

Ok. I have searching on this site Since August 24 2011.(not that it matters) for a way to display files that have been uploaded by a user. I have my form on the admin side a

4条回答
  •  梦毁少年i
    2021-01-16 05:43

    i think sould replace this

    $query = "INSERT INTO user_DB VALUES ('','$company', '$location', '$userfile' )";
    

    with

    $query = "INSERT INTO user_DB VALUES ('','$company', '$location', '$pic' )";
    

提交回复
热议问题