Ben nasıl bir indirme istemi açılır mı?

0 Cevap

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

0 Cevap