Merhaba ben aynı sunucu üzerinde 2 çalışan uygulamaları ve ben Uygulama-2 içine Uygulama-1 bazı içeriğini içe ve Uygulama-2 içine Uygulama-2'nin benzer bazı içerik istedim arkadaşlar.
Şu anda bu ben alıyorum nasıl:
<?php
$app1 = file_get_contents('http://localhost/cms');
file_put_contents('cms.html', $app1);
$app2 = file_get_contents('http://localhost/blog');
file_put_contents('blog.html', $app2);
?>
Bu gibi bu uygulamaların HTML ile bu 2 dosyaları kaydetmeden am
Şimdi düşünelim
Bir <div id="header">
cms.html
ki ben <div id="header">
Uygulama-2 adlı bir index.php file
almak istediğiniz de
ve
Bir <div id="footer">
blog.html
ki ben <div id="footer">
Uygulama-1 adlı index.php
dosyasının istediğiniz içinde.
Bunu nasıl yaparsınız?
UPDATE : Both applications are Joomla veWordPress.
My Template is a simple one without any JavaScript so kindly suggest a PHP solution until veunless it is compulsory to load JavaScript, I want to keep it simple velight.
Please also note I have just started learning programing hence It will be very difficult for me to understvetoo technical a language hence requesting a simple language. Hope you understand.
If my approach is wrong at the very first place, then please feel free to suggest a better method of doing this task.
Lütfen yardımcı olur.
UPDATE 2 : Benim sorun diğer uygulama içerik alma değil değil lütfen. Benim sorun üretiliyor HTML dosyasının bir parçası elde etmektir.