how do i upload an image to database?
Many of these have tutorials which explain how the various parts work - checking there is an uploaded file, its extension, moving/renaming as required.
Comment on this Question and Answer >>>
ASK A QUESTION
More mysql PHP Questions
How do I find the longest value in my mysql table?How do I return the date with mySQL?
I am extracting data from a MySQL Database of which one of the data stored is seperated by a comma. For example, step1,go here,step 2,go there,step 3,go back etc etc. I want to know how to split the data at the comma and format it in html. Using the split
How do I find the number of rows affected by a query?
How do I set a default value for ENUM fields in PHP?
