I need to read stdin with php. I need to read first line > save it to the variable > print this variable > read second line > save it to same variable (rewrite old content) > print it - read third line > ... > end of inserted text.
example of imput data:
u A
u B
h A > B 1 :h1
u C
h B > C 1 :h2
u D
Can somebody help me?