html
1
Name:
josh
2014-02-28 18:45
using html code, is it possible to make a web page where a user can submit text for a pre determined amount of time before it is deleted automatically and allowing a new user to do the same ?
2
Name:
sekeol
2014-02-28 18:47
You need a serverside language and means of data storage (filesystem is fine) if you want to do something that persists between users and pageloads
3
Name:
josh
2014-02-28 18:49
WAAAAAAYYYYY over my head lol. explain a bit simpler ?
4
Name:
Anonymous
2014-02-28 18:56
it's not possible with pure HTML.
5
Name:
Anonymous
2014-02-28 19:01
>>3
If you don't understand the post in
>>2, then the answer for you is no, it is not possible for you. It is possible for those of us who know what it means.
6
Name:
Anonymous
2014-02-28 19:07
7
Name:
Anonymous
2014-02-28 19:22
>mfw I understand evrything in
>>2
8
Name:
Anonymous
2014-03-02 7:31
9
Name:
Anonymous
2014-03-02 8:34
>>8 `
>2014
>still does not understand posting style of 4chan
>laughingwhores.jpg.exe
10
Name:
Anonymous
2014-03-02 8:54
>>9
'
>exe
disgusting, why not just compile with gcc and set file flags as executable ?
11
Name:
Anonymous
2014-03-02 8:58
>>9
Why do you make quotes of quotes that never happened? Who are you quoting?
12
Name:
Anonymous
2014-03-02 9:04
>>11
"Who
m are you quoting". Your question is aimed at the object of the action, not the subject. Hence it should be "whom", not "who".
13
Name:
Anonymous
2014-03-02 9:38
14
Name:
Anonymous
2014-03-02 9:44
Femanon here.
>>12 is correct
15
Name:
Anonymous
2014-03-02 11:33
Pure HTML is stateless, there's no way for a webserver to know what user is who or what they have done on the form since receiving it.
16
Name:
Anonymous
2014-03-02 12:24
>>11
He doesn't quote, Mr. Pedophile, he is just greentexting
17
Name:
Anonymous
2014-03-02 15:51
>>1
Look up:
PHP, NodeJS, Ruby on Rails
18
Name:
Anonymous
2014-03-05 5:29