Judit1983 Posted June 23, 2012 Share Posted June 23, 2012 How to write a PHP Script, which is able to process a text file. Anyone has to be able to upload materials in the system and can reread them after choosing it according to its title. Title is given by the uploader. It has to be stored in an archive database Quote Link to comment https://forums.phpfreaks.com/topic/264664-text-process/ Share on other sites More sharing options...
ZulfadlyAshBurn Posted June 23, 2012 Share Posted June 23, 2012 So you basically want to create a file manager for a text file? Quote Link to comment https://forums.phpfreaks.com/topic/264664-text-process/#findComment-1356438 Share on other sites More sharing options...
Judit1983 Posted June 23, 2012 Author Share Posted June 23, 2012 yes Quote Link to comment https://forums.phpfreaks.com/topic/264664-text-process/#findComment-1356439 Share on other sites More sharing options...
ZulfadlyAshBurn Posted June 23, 2012 Share Posted June 23, 2012 It's pretty much easy if you know how the fundamentals of php and html. 1) Learn html to create a form with upload 2) Use php to save the title and the location/name of the file in the DATABASE 3) Use php to upload the files to server. The rest are pretty much straight forward. Quote Link to comment https://forums.phpfreaks.com/topic/264664-text-process/#findComment-1356441 Share on other sites More sharing options...
Judit1983 Posted June 23, 2012 Author Share Posted June 23, 2012 Can someone send me the complete PHP script? I am only a beginner. Quote Link to comment https://forums.phpfreaks.com/topic/264664-text-process/#findComment-1356443 Share on other sites More sharing options...
ZulfadlyAshBurn Posted June 23, 2012 Share Posted June 23, 2012 If you want people to help you code the script, you can find help in the freelance section or pm if you need me to do it. Usually you have to pay up some cash or they might offer you for free. Quote Link to comment https://forums.phpfreaks.com/topic/264664-text-process/#findComment-1356445 Share on other sites More sharing options...
Barand Posted June 23, 2012 Share Posted June 23, 2012 Can someone send me the complete PHP script? I am only a beginner. And if we spoonfeed you like that you will always be a beginner Quote Link to comment https://forums.phpfreaks.com/topic/264664-text-process/#findComment-1356464 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.