View Single Post
  #1  
Old 06-16-2010, 08:18 AM
pauldridge is offline pauldridge
Registered User

Join Date: Jun 2010
Posts: 1

incorporate php file upload with MySQL form?

I'm setting up a MySQL application which will both upload documents (.pdf) and store the document file name in an SQL table.

Not sure how to incorporate the file upload with simultaneously storing the file name in the SQL record. Any guidance would be helpful.

A very green php programmer
Reply With Quote