dear all
i am new somehow to PHP but i have a good info. about programming in general (c/c++ , vb , C# ...etc)
my ques. now is about the following
i have a page PHP+html with a textbox and submit button , what i need that each time a word in written in the textbox and the user click the submit button ,the word should be added to a table in the same page
as the following
1- test1
2- car
3- man
and so on
i need to know what is the best ways to edit the page and to add such info
the page don't used any DB so the data must be updated to the page
thanks all