daebat Posted January 4, 2010 Share Posted January 4, 2010 I need a script that allows for a user to submit a title, thumbnail, zip, pdf, and sit files to my servers, the database needs to hold the generated title, and then display automatically onto the site. So far I have a login system developed so security shouldn't be an issue. I've been trying several scripts but nothing is really getting me there. Anybody know of a good resource for this script? Link to comment https://forums.phpfreaks.com/topic/187175-upload-and-display/ Share on other sites More sharing options...
monkeypaw201 Posted January 4, 2010 Share Posted January 4, 2010 Take a look at a file upload tutorial: http://www.w3schools.com/PHP/php_file_upload.asp From there, you can just save the data to a database and call it when necessary. Link to comment https://forums.phpfreaks.com/topic/187175-upload-and-display/#findComment-988426 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.