I have a php that makes some maintenance operations in my web and I need that the last operation it'll do is to save into a file the content of the screen. I mean, self content. If the screen shows: "OP1 - OK ..." it has to save into a file this: "OP1 - OK ...".
Benim için çok zor olacak bir değişken içine benim operasyonların tüm sonuçları kaydetme. Ben kendi kendine ekranın içeriğini almak gerekir bu yüzden.
Bunu yapmak için herhangi bir yolu var mı?