Currently, the ajax is posting url parameters to a php which will then write to a txt file.
I want to eliminate php, so is it possible?
Which means ill have a button that will read anything in the input box and write it directly to txt file without ajax or php?
Thanks