RandomZero Posted January 13, 2008 Share Posted January 13, 2008 I'm looking for something to add to my website so that I can log in and add notes whereever I have internet access.. Anyone know of anything that might let me do this? I'm currently using XAMPP on Windows. Quote Link to comment https://forums.phpfreaks.com/topic/85789-php-notepad-app/ Share on other sites More sharing options...
tinker Posted January 13, 2008 Share Posted January 13, 2008 Do you mean you want a frontend to a database, e.g. a way to input notes, save em and then display em? Well for the input part you'll want a BBCode editor, sometimes known as a WYSIWYG (What You See Is What You Get) (pronounced wizzy-wig), there's lot's about and eye opening if you develop your own. The storage and display is just bog standard db php stuff... Quote Link to comment https://forums.phpfreaks.com/topic/85789-php-notepad-app/#findComment-437853 Share on other sites More sharing options...
RandomZero Posted January 13, 2008 Author Share Posted January 13, 2008 I'm a newb, I don't know how to code anything. So basically yes I am looking for a way to input notes as txt documents or something so I can pull them up later.. But again, I don't know how to code so I'd need some tutorial or something on how to do this. Preferably just a .zip/rar of something I can unzip to my htdocs and use it that way with little to no configuration (I'd play with it, but probably not understand much unless I really looked into it). Quote Link to comment https://forums.phpfreaks.com/topic/85789-php-notepad-app/#findComment-437982 Share on other sites More sharing options...
DyslexicDog Posted January 13, 2008 Share Posted January 13, 2008 Check out FCKeditor it's a prebuilt WYSIWYG they have several tutorials on getting it working. You'll also need to setup a way to save the data. MySQL would probably be the easiest method for your configuration. There are A LOT of tutorials on the internet for using php to access MySQL. Quote Link to comment https://forums.phpfreaks.com/topic/85789-php-notepad-app/#findComment-438103 Share on other sites More sharing options...
RandomZero Posted January 13, 2008 Author Share Posted January 13, 2008 Would you by chance know of a tutorial to tell me how to do that with FCKeditor? Quote Link to comment https://forums.phpfreaks.com/topic/85789-php-notepad-app/#findComment-438149 Share on other sites More sharing options...
Fyorl Posted January 13, 2008 Share Posted January 13, 2008 Erm... Google Docs anyone? Does it have to be on your website or do you just want a site you can go to to upload notes? http://www.google.com/notebook http://docs.google.com Quote Link to comment https://forums.phpfreaks.com/topic/85789-php-notepad-app/#findComment-438154 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.