kakashun_ashun Posted November 21, 2009 Share Posted November 21, 2009 Hey everyone, I have a client has meeting agendas and minutes that should be posted online. I could teach someone how to FTP it onto the site, but I thought PHP would allow for a cooler solution. Here is the client's site: http://fullertonrsa.com/agendasminutes.php The site I want to build is very similar to this one http://asi.fullerton.edu/asigovernance/agendas.asp. I want the upload form to ask for -- an authentication (so randoms dont upload files) -- automatically add a link to the file -- since there are only 2 "classes" of uploads (agendas and Minutes), control where it shows up on the page. -- *or* be able to place the file into a pre-made table on the agenda/minutes page. -- *or* simply list the files in an chronological order I hope I explained the request well enough. If there are tutorials that can build individual parts of this, I'm more than willing to learn and figure it out. Thanks everyone. Quote Link to comment https://forums.phpfreaks.com/topic/182348-upload-file-and-add-html/ Share on other sites More sharing options...
Cardale Posted November 21, 2009 Share Posted November 21, 2009 Not to be rude, but why doesn't your client hire some one that knows what they are doing? You need to read tutorials about. Do a search on "login systems" "uploading files" or "writing to files" all with PHP in the query. Quote Link to comment https://forums.phpfreaks.com/topic/182348-upload-file-and-add-html/#findComment-962371 Share on other sites More sharing options...
mikesta707 Posted November 21, 2009 Share Posted November 21, 2009 Upload tutorial Introduction to MySQL once you get a simple script running, don't be afraid to post questions on how to upgrade it here. Quote Link to comment https://forums.phpfreaks.com/topic/182348-upload-file-and-add-html/#findComment-962373 Share on other sites More sharing options...
kakashun_ashun Posted November 21, 2009 Author Share Posted November 21, 2009 Thanks mikesta707, I'll check those site out. I want to learn and that's a good place to start. @Cardale - not to be rude, but you're not exactly encouraging. Just looking for direction from people and not Google. Quote Link to comment https://forums.phpfreaks.com/topic/182348-upload-file-and-add-html/#findComment-962384 Share on other sites More sharing options...
Cardale Posted November 21, 2009 Share Posted November 21, 2009 Alright dude. Quote Link to comment https://forums.phpfreaks.com/topic/182348-upload-file-and-add-html/#findComment-962387 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.