Jump to content

Php notepad app


RandomZero

Recommended Posts

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...

Link to comment
https://forums.phpfreaks.com/topic/85789-php-notepad-app/#findComment-437853
Share on other sites

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).

Link to comment
https://forums.phpfreaks.com/topic/85789-php-notepad-app/#findComment-437982
Share on other sites

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.

Link to comment
https://forums.phpfreaks.com/topic/85789-php-notepad-app/#findComment-438103
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.