Çalıştığım yer alıyor merak ediyorum. i büyük bir dosya içine 2 dosyalarını veya daha fazla hale düşündüm
for example file 1 includes file 2. file 1 is in the root directory while file 2 is in root/include/file2. so if file 2 needed to include something from the root/include directory then instead of putting include("file3.php"); i would need to put include("root/include/file3.php"); so then all 3 files are considered by the server to be one big file.
i aslında nasıl yere yakın değilim?