I've been trying to create some php code that would let me take input from a user using a text box. I want to then store that input (probably like 7 characters long) and then display it on a page in a list format ( eg 1 2 3 )
I've been at this for hours reading tutorials and what not but everything I find only shows me the fwrite function and when I try to append I still end up deleting data.
Ben listenin mümkünse üstünde göstermek için yeni girdiler istiyorum.
Can someone help me? I am really frustrated and I know almost no php.. kind of playing around with it and can't figure this out =/
I was thinking of storing the input from users in an array, then display the array.. But that doesn't work for me either.