thnx 🙂
strange though, because it did work on a different server.
anywhay, a different question, I´m intending to add the date when the message was posted, but the date() function gets the date of when you are viewing the page, so how do I fix that?
and how do I make my new post to be added to the page instead of overwriting the previous one?
thnx🙂
edit: ok, so basically i am trying to create a simplified version of posting.
where one enters the stuff and it simply get´s pasted onto another page peramantly (with the according html styles for the looks)
but since the posts on the current page i made, are not permanent (when i check the php file the post is gone), I think i´m on the wrong track.