How do I upload files to a mySql database using php coding ? I cant seem to fing the code i need to do it.... please help !!
Are you talking about delimited files into a database or a single file as a record?
If you are talking about the latter, don't insert the file, insert a reference and/or path to the file and upload the file to a given directory.