Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kingdna1980

    UPLOADING FILES

    Thanks a lot dude, but i've worked it out.i needed to simply change... $file_name = $_FILES["Image"]["name"]; $sql = "UPDATE tablename SET image_name=('{$file_name}')"; //I had been writing the final line of code as... SET image_name=$file_name"; // By adding all the ('{ seems to have...
  2. kingdna1980

    UPLOADING FILES

    I am trying to update and store in mysql the file name of an uploaded file stored within the array $_FILES['userfile']['name']. However if you try and update with $_FILES['userfile']['name']... You aren't allowed. If try and update mysql using... print $_FILES['userfile']['name'] you end up...

Part and Inventory Search

Back
Top