PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm creating a form in which users would upload a not so big file to the site,
should i user mySQL to handle the files or upload them to a seperate folder.
and I don't know where to begin with the uploading part in the form
generally, we'd recommend storing the files in the file system as that's what it's designed for. Only in rare circumstances (crappy host, sometimes) do we not.
Make the form
- specify the enctype
- make the field for uploading a file (of type file)
- optional max_file_size field
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.