PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
That's a neat script. To save it your are going to have to post it to the server and have your PHP code handle the processing. The reason it is not saving right now is that the server it is one has not form action or method, so it is just hitting itself and there are no procecessing directives given to the page.
is it maybe possible to do this and retrieve and save the content of the text in cookies? so anyone can update the page for there own everytime they visit the page?
ok, thanks for your answer.
Is there any other way, just to store the users small notes, without them having to make an account first, and writing to a database. that will stay upodated for there next visit?
You could save it to a different table in the database. You could, for example tell them that, if they wish to save it, to give their email address so the server can send them an access key to remember their notes.