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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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