Thank you
Xeno
You can set the expiration if you edit the pastebin program
http://pastebin.com/api#4
I believe I know what you are trying to do, but you saw Html Post and thought that must post information, but in reality, it sends a HTML POST request to the server, much like filling out a form and hitting submit. I would suggest reading the W3 manual on html get vs post (http://www.w3schools.com/tags/ref_httpmethods.asp). Once you do this, you can then set up this system you are trying to, with your new found knowledge for html information submission techniques :)/>Ignore what I have said so far. Want to have a way to write data to a web page like you would write data to a txt document with the fs API. I know there is a http.post() but when ever I use it, it doesn't post data to my webpage. I can read data fine using http.get(). The data that I will be writing will just integers. I am only 13 and have no experience with hosting webpages, although I have hosted many minecraft servers and know how to use HTML, so please keep it simple.
Thank you
Xeno