Jump to content

[SOLVED] Personal NoteBook


SirChick

Recommended Posts

I am wondering how this can be done in php..

 

I am going to create a few pages with a form and a box for inputting text...

 

Now what i am wondering is.... say the user inputs a few lines of text like reminders etc.. now when they load that text box up on that page or any other page that the box is loaded in.. that text will be showing the box (Which is stored from a table in the database).

 

Is it done via php ? Or do you need something like javascript to load up the text into the box ?

Link to comment
https://forums.phpfreaks.com/topic/82987-solved-personal-notebook/
Share on other sites

php and MySQL will do it all for you.

 

entering stuff: form and php processing to database

 

showing stuff: connect to database, retrieve 'notes', display in a div or whatever you want.

 

Personally, putting it all in a text file and storing it the desktop is a lot easier :)

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.