Ben bir dosyaya içeriğini koymak için kullanıyorum
file_put_contents('abc.txt', $text);
I need to have a pop up for the user after this to save/download the file how would I do that