Hello,
As an ultra-simple CMS, I would like to allow someone to upload PDF documents to their website. The only thing they would like to do which would require updates is to upload these documents every few months or so, so I thought it would be overkill to implement a Drupal installation.
I found this: http://www.w3schools.com/PHP/php_file_upload.asp
There are a few things with that which don't address certain things I need. They are:
1. I need to have it login-based: let someone enter a username and password to get to the upload page
2. I want them to be able to enter a title and description of the document
3. And then the information would be displayed on a page
I'm a complete newb with php. Can anyone please point me in the direction I need to go?
Thank you so much!! :D
As an ultra-simple CMS, I would like to allow someone to upload PDF documents to their website. The only thing they would like to do which would require updates is to upload these documents every few months or so, so I thought it would be overkill to implement a Drupal installation.
I found this: http://www.w3schools.com/PHP/php_file_upload.asp
There are a few things with that which don't address certain things I need. They are:
1. I need to have it login-based: let someone enter a username and password to get to the upload page
2. I want them to be able to enter a title and description of the document
3. And then the information would be displayed on a page
I'm a complete newb with php. Can anyone please point me in the direction I need to go?
Thank you so much!! :D







