I have a script http://free-z-cash.com/part5/bart.php and what I want is to modify php variables in the script without having to reload the page, but by pushing a button.
There is a folder of 100 .txt file values and when I push the button I want the php file to by dynamically updated by fetching a txt file without having the page refreshed. Afterwards, the file is deleted.
there are 100 files like
ids1.txt
ids2.txt
.
.
.
ids100txt
this requires some integration of ajax, php